JIRA Search (Independent Publisher) (Preview)
Jira is a powerful work management tool. This connector provides access to the v2 Jira issue search API which is not exposed using the built-in JIRA connector. You can searches for JIRA issues using JQL expressions. More information can be found at: https://docs.atlassian.com/software/jira/docs/api/REST/8.16.2/#api/2/search-search
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Paul Culmsee |
URL | https://www.atlassian.com/software/jira |
paul.culmsee@sevensigma.com.au |
Connector Metadata | |
---|---|
Publisher | Paul Culmsee |
Website | https://www.atlassian.com/software/jira |
Privacy Policy | https://www.atlassian.com/legal/privacy-policy |
Categories | Business Management; IT Operations |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
username | securestring | The username for this api | True |
password | securestring | The password for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Searches for issues using JQL |
Get all issue from digital board |
Searches for issues using JQL
Get all issue from digital board
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JQL query string
|
jql | True | string |
The jql parameter is a full JQL expression (https://www.atlassian.com/software/jira/guides/expand-jira/jql) |
Parameters to expand
|
expand | string |
Specify the expansion on the expand parameter |
|
Jira instance host name
|
hostname | True | string |
Specify the jira host name (eg yourcompany for yourcompany.atlassian.net |
Fields to include/exclude
|
fields | True | string |
A comma-separated list of fields to include in the response. A particular field can be excluded by prefixing it with a minus. |
Row index
|
startAt | integer |
The index of the first issue to return (0-based) |
|
Max results to return
|
maxResults | integer |
The maximum number of issues to return (defaults to 50). The maximum allowable value is dictated by the Jira property 'jira.search.views.default.max'. If you specify a value that is higher than this number, your search results will be truncated. |
Returns
Name | Path | Type | Description |
---|---|---|---|
expand
|
expand | string |
expand |
startAt
|
startAt | integer |
Starting record number |
maxResults
|
maxResults | integer |
Number of results returned |
total
|
total | integer |
Total records matching search criteria |
issues
|
issues | array of object |
Jira Issues |
expand
|
issues.expand | string |
expand |
id
|
issues.id | string |
Unique id for issue |
self
|
issues.self | string |
URL to issue |
key
|
issues.key | string |
A unique identifier for this issue, eg: ANGRY-304. (The characters to the left of the hyphen represent the project to which this issue belongs.) |
issuelinks
|
issues.fields.issuelinks | array of |
A list of links to related issues. |
subtasks
|
issues.fields.subtasks | array of |
Smaller tasks related to this issue that are tracked separately |
self
|
issues.fields.issuetype.self | string |
self |
id
|
issues.fields.issuetype.id | string |
Issue Type Id |
description
|
issues.fields.issuetype.description | string |
Issue Type Description |
iconUrl
|
issues.fields.issuetype.iconUrl | string |
Issue Type iconUrl |
name
|
issues.fields.issuetype.name | string |
Issue Type Name |
subtask
|
issues.fields.issuetype.subtask | boolean |
Issue Type Subtask |
avatarId
|
issues.fields.issuetype.avatarId | integer |
Avatar Id |
hierarchyLevel
|
issues.fields.issuetype.hierarchyLevel | integer |
Hierarchy Level |
workratio
|
issues.fields.workratio | integer |
Work Ratio |
labels
|
issues.fields.labels | array of |
Labels to which this issue relates |
components
|
issues.fields.components | array of |
Project component(s) to which this issue relates. |
progress
|
issues.fields.progress.progress | integer |
Issue Progress |
total
|
issues.fields.progress.total | integer |
Issue Progress Total |
self
|
issues.fields.project.self | string |
Self |
id
|
issues.fields.project.id | string |
Project Id |
key
|
issues.fields.project.key | string |
Project Key |
name
|
issues.fields.project.name | string |
Project Name |
projectTypeKey
|
issues.fields.project.projectTypeKey | string |
Project Type Key |
simplified
|
issues.fields.project.simplified | boolean |
simplified |
updated
|
issues.fields.updated | string |
The time and date on which this issue was last edited. |
description
|
issues.fields.description | string |
A detailed description of the issue. |
summary
|
issues.fields.summary | string |
A brief one-line summary of the issue. For example, 'Red Angry Nerd is scary.' |
statuscategorychangedate
|
issues.fields.statuscategorychangedate | string |
Status Category Changedate |
fixVersions
|
issues.fields.fixVersions | array of |
Fix Versions |
name
|
issues.fields.priority.name | string |
Priority Name |
id
|
issues.fields.priority.id | string |
Priority Id |
versions
|
issues.fields.versions | array of |
Issue Versions |
progress
|
issues.fields.aggregateprogress.progress | integer |
Aggregate Progress |
total
|
issues.fields.aggregateprogress.total | integer |
Total Progress |
created
|
issues.fields.created | string |
The time and date on which this issue was entered into Jira. |