You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/jira/actions/add-attachment-to-issue/add-attachment-to-issue.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
key: "jira-add-attachment-to-issue",
7
7
name: "Add Attachment To Issue",
8
8
description: "Adds an attachment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",
Copy file name to clipboardExpand all lines: components/jira/actions/add-comment-to-issue/add-comment-to-issue.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
key: "jira-add-comment-to-issue",
6
6
name: "Add Comment To Issue",
7
7
description: "Adds a new comment to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post)",
Copy file name to clipboardExpand all lines: components/jira/actions/add-multiple-attachments-to-issue/add-multiple-attachments-to-issue.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
key: "jira-add-multiple-attachments-to-issue",
7
7
name: "Add Multiple Attachments To Issue",
8
8
description: "Adds multiple attachments to an issue, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-issue-issueidorkey-attachments-post)",
Copy file name to clipboardExpand all lines: components/jira/actions/add-watcher-to-issue/add-watcher-to-issue.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import jira from "../../jira.app.mjs";
3
3
exportdefault{
4
4
key: "jira-add-watcher-to-issue",
5
5
name: "Add Watcher To Issue",
6
-
version: "0.0.9",
6
+
version: "0.0.10",
7
7
description: "Adds a user as a watcher of an issue by passing the account ID of the user, For example, `5b10ac8d82e05b22cc7d4ef5`, If no user is specified the calling user is added. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers/#api-rest-api-3-issue-issueidorkey-watchers-post)",
Copy file name to clipboardExpand all lines: components/jira/actions/assign-issue/assign-issue.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import jira from "../../jira.app.mjs";
3
3
exportdefault{
4
4
key: "jira-assign-issue",
5
5
name: "Assign Issue",
6
-
version: "0.0.9",
6
+
version: "0.0.10",
7
7
description: "Assigns an issue to a user. [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-assignee-put)",
Copy file name to clipboardExpand all lines: components/jira/actions/create-custom-field-options-context/create-custom-field-options-context.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
key: "jira-create-custom-field-options-context",
6
6
name: "Create Custom Field Options (Context)",
7
7
description: "Create a context for custom field options. [See the documentation here](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-post).",
Copy file name to clipboardExpand all lines: components/jira/actions/create-issue/create-issue.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ export default {
7
7
key: "jira-create-issue",
8
8
name: "Create Issue",
9
9
description: "Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-post)",
Copy file name to clipboardExpand all lines: components/jira/actions/create-version/create-version.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "jira-create-version",
5
5
name: "Create Jira Version in project",
6
6
description: "Creates a project version., [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-post)",
Copy file name to clipboardExpand all lines: components/jira/actions/delete-project/delete-project.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "jira-delete-project",
5
5
name: "Delete Project",
6
6
description: "Deletes a project, [See the docs](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-delete)",
0 commit comments