Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create and an Jira issue and capturing the details from API

Pradeep A
Contributor
June 17, 2021

Hi ,

I want to create an issue from Jira and get the issue details through the API. I need to receive the issue details, So that I can work with my third party app. Hope you can Understand my scenario. Please revert back if you have any solutions.

1 answer

0 votes
Madhumitha N June 17, 2021

Hello Pradeep,

For Cloud Jira : GET /rest/api/3/issue/{issueIdOrKey}

The following documents contain more details

Cloud: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-createmeta-get

Server: https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/

Thanks!

Pradeep A
Contributor
June 17, 2021

Hi @Madhumitha N is there any way call an API on trigger of Jira events

EX: When I create an issue I need my listener to call an API

Suggest an answer

Log in or Sign up to answer