Skip to content

Jira

Reference


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

Categories: [project-management]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Your domainSTRINGTEXTe.g https://{yourDomain}}.atlassian.net
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers

New Issue

Triggers when a new issue is created.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
ProjectSTRINGSELECTProject where new issue is created.
Issue typeSTRINGSELECTThe type of issue.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
{{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

NameTypeControl TypeDescription
ProjectSTRINGSELECTProject where new issue is created.
Issue typeSTRINGSELECTThe type of issue.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
{{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

Actions

Create issue

Creates a new issue.

Properties

NameTypeControl TypeDescription
Project NameSTRINGSELECTThe name of the project to create the issue in.
SummarySTRINGTEXTA brief summary of the issue.
Issue typeSTRINGSELECTThe type of issue.
ParentSTRINGSELECT
AssigneeSTRINGSELECTUser who will be assigned to the issue.
PrioritySTRINGSELECTPriority of the issue.
DescriptionSTRINGTEXT_AREADescription of the issue.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
{{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

Get issue

Get issue details in selected project.

Properties

NameTypeControl TypeDescription
Project NameSTRINGSELECTProject where the issue is located.
Issue nameSTRINGSELECT

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
{{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

Search for issues using JQL

Properties

NameTypeControl TypeDescription
JQLSTRINGTEXTThe JQL that defines the search. If no JQL expression is provided, all issues are returned
Max resultsINTEGERINTEGERThe maximum number of items to return per page.

Output

Type: ARRAY

Properties

TypeControl 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

Additional instructions


CONNECTION