Skip to content

Jira

Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.

Categories: project-management

Type: jira/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
yourDomainYour domainSTRINGTEXTe.g https://{yourDomain}}.atlassian.nettrue
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Create Issue

Name: createIssue

Creates a new issue.

Properties

NameLabelTypeControl TypeDescriptionRequired
projectProject IDSTRINGSELECTID of the project to create the issue in.true
summarySummarySTRINGTEXTA brief summary of the issue.true
issuetypeIssue Type IDSTRINGSELECTId of the issue type.true
parentParent Issue IDSTRINGSELECTID of the parent issue.true
assigneeAssignee IDSTRINGSELECTID of the user who will be assigned to the issue.false
priorityPriority IDSTRINGSELECTID of the priority of the issue.false
descriptionDescriptionSTRINGTEXT_AREADescription of the issue.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
keySTRINGTEXT
fields{{STRING(id), STRING(name)}(issuetype), {STRING(id), STRING(name)}(project), {STRING(id), STRING(name)}(priority), {STRING(id), STRING(name)}(assignee), {STRING(type), [{[{STRING(text), STRING(type)}](content), STRING(type)}](content)}(description)}OBJECT_BUILDER

Create Issue Comment

Name: createIssueComment

Adds a comment to an issue.

Properties

NameLabelTypeControl TypeDescriptionRequired
projectProject IDSTRINGSELECTID of the project where the issue is located.true
issueIdIssue IDSTRINGSELECTID of the issue where the comment will be added.true
commentCommentSTRINGTEXTThe text of the comment.true

Output

Type: OBJECT

Properties

NameTypeControl Type
selfSTRINGTEXT
idSTRINGTEXT
author{STRING(accountId), BOOLEAN(active), STRING(displayName), STRING(self)}OBJECT_BUILDER
bodySTRINGTEXT
updateAuthor{STRING(accountId), BOOLEAN(active), STRING(displayName), STRING(self)}OBJECT_BUILDER
createdSTRINGTEXT
updatedSTRINGTEXT
visibility{STRING(identifier), STRING(type), STRING(value)}OBJECT_BUILDER

Get Issue

Name: getIssue

Get issue details in selected project.

Properties

NameLabelTypeControl TypeDescriptionRequired
projectProject IDSTRINGSELECTID of the project where the issue is located.true
issueIdIssue IDSTRINGSELECTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
keySTRINGTEXT
fields{{STRING(id), STRING(name)}(issuetype), {STRING(id), STRING(name)}(project), {STRING(id), STRING(name)}(priority), {STRING(id), STRING(name)}(assignee), {STRING(type), [{[{STRING(text), STRING(type)}](content), STRING(type)}](content)}(description)}OBJECT_BUILDER

Search Issues

Name: searchForIssuesUsingJql

Search for issues using JQL

Properties

NameLabelTypeControl TypeDescriptionRequired
jqlJQLSTRINGTEXTThe JQL that defines the search. If no JQL expression is provided, all issues are returnedfalse
maxResultsMax ResultsINTEGERINTEGERThe maximum number of items to return per page.true

Output

Type: ARRAY

Properties

NameTypeControl Type
{STRING(id), STRING(key), {{STRING(id), STRING(name)}(issuetype), {STRING(id), STRING(name)}(project), {STRING(id), STRING(name)}(priority), {STRING(id), STRING(name)}(assignee), {STRING(type), [{[{STRING(text), STRING(type)}](content), STRING(type)}](content)}(description)}(fields)}OBJECT_BUILDER

Triggers

New Issue

Triggers when a new issue is created.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
projectProject IDSTRINGSELECTId of the project where new issue is created.true
issuetypeIssue Type IDSTRINGSELECTID of the issue type.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
keySTRINGTEXT
fields{{STRING(id), STRING(name)}(issuetype), {STRING(id), STRING(name)}(project), {STRING(id), STRING(name)}(priority), {STRING(id), STRING(name)}(assignee), {STRING(type), [{[{STRING(text), STRING(type)}](content), STRING(type)}](content)}(description)}OBJECT_BUILDER

Updated Issue

Triggers when an issue is updated.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
projectProject IDSTRINGSELECTID of the project where issues is updated.true
issuetypeIssue Type IDSTRINGSELECTID of the issue type.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
keySTRINGTEXT
fields{{STRING(id), STRING(name)}(issuetype), {STRING(id), STRING(name)}(project), {STRING(id), STRING(name)}(priority), {STRING(id), STRING(name)}(assignee), {STRING(type), [{[{STRING(text), STRING(type)}](content), STRING(type)}](content)}(description)}OBJECT_BUILDER


Additional instructions


CONNECTION