Skip to content

Commit

Permalink
JIRA.Components (minor) description updates (#206)
Browse files Browse the repository at this point in the history
* JIRA.Components description updates

Updating description verbs from Triggered to Get/Update/Create so that there is no confusion between actions and triggers

* morefixes

* Update src/appmixer/jira/issues/GetIssue/component.json

Co-authored-by: Jiří Hofman <[email protected]>

---------

Co-authored-by: vladimir talas <[email protected]>
Co-authored-by: Jiří Hofman <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent c2bb130 commit 63e0a7b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/appmixer/jira/issues/AssignIssue/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.issues.AssignIssue",
"description": "When triggered, assigns an issue.",
"description": "Assign an Issue to an Assignee.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/issues/DeleteIssue/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.issues.DeleteIssue",
"description": "When triggered, deletes an issue.",
"description": "Delete an issue in Jira.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/issues/FindIssues/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.issues.FindIssues",
"description": "When triggered, find issues by JQL query.",
"description": "Find issues by JQL query.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/issues/GetIssue/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.issues.GetIssue",
"description": "When triggered, retrieves an issue.",
"description": "Get a selected Issue using its ID.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/issues/UpdateIssue/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.issues.UpdateIssue",
"description": "Updates an issue.",
"description": "Update an issue.",
"author": "Jimoh Damilola <[email protected]>",
"version": "1.0.1",
"auth": {
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/projects/CreateProject/component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "appmixer.jira.projects.CreateProject",
"author": "Jimoh Damilola <[email protected]>",
"description": "When triggered, creates a project",
"description": "Create a project in Jira.",
"private": false,
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/projects/DeleteProject/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.projects.DeleteProject",
"description": "When triggered, deletes a project.",
"description": "Delete a Jira project.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/projects/GetProject/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.projects.GetProject",
"description": "When triggered, retrieves a project.",
"description": "Get a selected project using its ID.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/projects/ListProjects/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.projects.ListProjects",
"description": "When triggered, returns a list of projects.",
"description": "Get a list of projects.",
"author": "Jimoh Damilola <[email protected]>",
"auth": {
"service": "appmixer:jira",
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/projects/ListTemplates/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.jira.projects.ListTemplates",
"description": "When triggered, returns a list of project templates.",
"description": "Get a list of project templates.",
"author": "Jimoh Damilola <[email protected]>",
"private": true,
"auth": {
Expand Down
2 changes: 1 addition & 1 deletion src/appmixer/jira/projects/UpdateProject/component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "appmixer.jira.projects.UpdateProject",
"author": "Jimoh Damilola <[email protected]>",
"description": "When triggered, updates a project. It does not work on Cloud Free Plan accounts.",
"description": "Update a Jira project. It does not work on Cloud Free Plan accounts.",
"private": false,
"auth": {
"service": "appmixer:jira",
Expand Down

0 comments on commit 63e0a7b

Please sign in to comment.