Jira (Independent Publisher) [DEPRECATED]
This Jira Connector extends the current offering by Microsoft, increasing the API endpoints offered by the Jira Cloud platform REST API. This adds Issues, Tasks, Projects, Project Categories and User endpoints.
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) |
| Contact | |
|---|---|
| Name | Joe Unwin |
| URL | https://www.hitachisolutions.com |
| junwin@hitachisolutions.com |
| Connector Metadata | |
|---|---|
| Publisher | Flow Joe |
| Find out more about Atlassian products and services. | https://docs.microsoft.com/connectors/jiraip |
| Website | https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/ |
| Privacy policy | https://www.atlassian.com/legal/privacy-policy |
| Categories | IT Operations;Collaboration |
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 |
|---|---|---|---|
| JIRA instance | string | The url where your JIRA instance is hosted (must support https). | True |
| securestring | The email for this api | True | |
| API Key | securestring | The API Key for this api | True |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
| Cancel Task [DEPRECATED] |
Cancels a task. Permissions required: either of: Administer Jira or Creator of the task. |
| Create Project Category [DEPRECATED] |
Creates a project category. Permissions required: Administer Jira (global permissions) |
| Delete Project [DEPRECATED] |
Deletes a project. Permissions required: Administer Jira (global permissions) |
| Edit Issue [DEPRECATED] |
Edits an issue. A transition may be applied and issue properties updated as part of the edit. |
| Get All Project Categories [DEPRECATED] |
Returns all project categories. |
| Get Task [DEPRECATED] |
Returns the status of a long-running asynchronous task. When a task has finished, this operation returns the JSON blob applicable to the task. |
| Get User [DEPRECATED] |
Returns a user. Permissions required: Browse users and groups. |
| Remove Project Category [DEPRECATED] |
Deletes a project category. Permissions required: Administer Jira (global permissions) |
| Update Project [DEPRECATED] |
Updates the project details of a project. |
Cancel Task [DEPRECATED]
Cancels a task. Permissions required: either of: Administer Jira or Creator of the task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Task ID
|
taskId | True | string |
The ID of the task. |
Returns
Create Project Category [DEPRECATED]
Creates a project category. Permissions required: Administer Jira (global permissions)
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
name
|
name | string |
Name |
|
|
description
|
description | string |
Description |
Returns
Delete Project [DEPRECATED]
Deletes a project. Permissions required: Administer Jira (global permissions)
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Project ID or Key
|
projectIdOrKey | True | string |
The project ID or project key (case sensitive). |
|
Enable Undo
|
enableUndo | boolean |
Whether this project is placed in the Jira recycle bin where it will be available for restoration. |
Edit Issue [DEPRECATED]
Edits an issue. A transition may be applied and issue properties updated as part of the edit.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Issue ID or Key
|
issueIdOrKey | True | string |
Provide the Issue ID or Key for the issue you wish to edit |
|
Notify Users
|
notifyUsers | boolean |
Do you want to notify users? |
|
|
Override Screen Security
|
overrideScreenSecurity | boolean |
Do you want to override the screen security? |
|
|
Override Editable Flag
|
overrideEditableFlag | boolean |
Do you want to override the editable flag? |
|
|
id
|
id | string |
Transition ID |
|
|
looped
|
looped | string |
Transition looped |
|
|
fields
|
fields | string |
Fields |
|
|
update
|
update | string |
Update |
|
|
type
|
type | string |
History meta data type |
|
|
description
|
description | string |
History meta data description |
|
|
descriptionKey
|
descriptionKey | string |
History meta data description key |
|
|
activityDescription
|
activityDescription | string |
History meta data activity description |
|
|
activityDescriptionKey
|
activityDescriptionKey | string |
History meta data activity description key |
|
|
emailDescription
|
emailDescription | string |
History meta data email description |
|
|
emailDescriptionKey
|
emailDescriptionKey | string |
History meta data email description key |
|
|
id
|
id | string |
Actor ID |
|
|
displayName
|
displayName | string |
Actor display name |
|
|
displayNameKey
|
displayNameKey | string |
Actor display name key |
|
|
type
|
type | string |
Actor type |
|
|
avatarUrl
|
avatarUrl | string |
Actor avatar url |
|
|
url
|
url | string |
Actor url |
|
|
id
|
id | string |
Generator id |
|
|
displayName
|
displayName | string |
Generator display name |
|
|
displayNameKey
|
displayNameKey | string |
Generator display name key |
|
|
type
|
type | string |
Generator type |
|
|
avatarUrl
|
avatarUrl | string |
Generator avatar url |
|
|
url
|
url | string |
Generator url |
|
|
id
|
id | string |
Cause id |
|
|
displayName
|
displayName | string |
Cause display name |
|
|
displayNameKey
|
displayNameKey | string |
Cause display name key |
|
|
type
|
type | string |
Cause type |
|
|
avatarUrl
|
avatarUrl | string |
Cause avatar url |
|
|
url
|
url | string |
Cause url |
|
|
extraData
|
extraData | string |
Extra data |
|
|
key
|
key | string |
Key |
Returns
Get All Project Categories [DEPRECATED]
Returns all project categories.
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
|
array of object | ||
|
self
|
self | string |
Self |
|
id
|
id | string |
ID |
|
description
|
description | string |
Description |
|
name
|
name | string |
Name |
Get Task [DEPRECATED]
Returns the status of a long-running asynchronous task. When a task has finished, this operation returns the JSON blob applicable to the task.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Task ID
|
taskId | True | string |
The ID of the task. |
Returns
Get User [DEPRECATED]
Returns a user. Permissions required: Browse users and groups.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Account ID
|
accountId | True | string |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required. |
|
Expand
|
expand | string |
Use expand to include additional information about users in the response. This parameter accepts a comma-separated list. Expand options include: * |
Returns
Remove Project Category [DEPRECATED]
Deletes a project category. Permissions required: Administer Jira (global permissions)
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Project ID
|
id | True | integer |
ID of the project category to delete. |
Update Project [DEPRECATED]
Updates the project details of a project.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Project ID or Key
|
projectIdOrKey | True | string |
Provide the project ID or Key you want to update1 |
|
key
|
key | string |
Key |
|
|
name
|
name | string |
Name |
|
|
projectTypeKey
|
projectTypeKey | string |
Project Type Key |
|
|
projectTemplateKey
|
projectTemplateKey | string |
Project Template Key |
|
|
description
|
description | string |
Description |
|
|
lead
|
lead | string |
Lead |
|
|
leadAccountId
|
leadAccountId | string |
Lead Account ID |
|
|
url
|
url | string |
URL |
|
|
assigneeType
|
assigneeType | string |
Assignee Type |
|
|
avatarId
|
avatarId | string |
Avatar ID |
|
|
issueSecurityScheme
|
issueSecurityScheme | string |
Issue Security Scheme |
|
|
permissionScheme
|
permissionScheme | string |
Permission Scheme |
|
|
notificationScheme
|
notificationScheme | string |
Notification Scheme |
|
|
categoryId
|
categoryId | string |
Category ID |