@finesoftware/forge-jira-api
v0.4.0
Published
`@finesoftware/forge-jira-api` is a fully typed abstraction around [Jira's REST API v3](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/), for [Atlassian Forge](https://developer.atlassian.com/platform/forge/). It is part of the [Forge D
Downloads
89
Readme
Forge Jira API
@finesoftware/forge-jira-api
is a fully typed abstraction around Jira's REST API v3, for Atlassian Forge. It is part of the Forge Dev Kit.
API reference
The following requests are currently available:
addComment
createIssue
createIssueLink
createIssueLinkType
deleteComment
deleteIssue
deleteIssueLink
deleteIssueLinkType
deleteIssueProperty
deleteProjectProperty
deleteUserProperty
editIssue
findGroups
findProjects
findUsers
findUsersAndGroups
findUsersAssignableToIssue
getBulkPermissions
getConfiguration
getCreateIssueMetadata
getFields
getGroupsInBulk
getIssue
getIssueLink
getIssueLinkType
getIssueLinkTypes
getIssueProperties
getIssueProperty
getIssueTypes
getMyPermissions
getPriorities
getPriority
getProject
getProjectComponents
getProjectProperties
getProjectProperty
getProjectVersions
getTransitions
getUser
getUserProperties
getUserProperty
getUsersFromGroup
searchIssues
setIssueProperty
setPropertyProperty
setUserProperty
transitionIssue
The exact signatures of these calls generally follow the REST API; however, in some cases, a slightly different (typically more consistent) API may be offered. In doubt, please refer to the respective type information.
The above list of requests is not complete, however more requests will be added in the future. If you require additional requests or type definitions (or find a bug), please raise an issue against the Forge Dev Kit.