Open Create Issue dialog in addon

Hari Prasath P October 27, 2017

How to call a "Create Issue" dialog in my cloud addon? Is there any rest API or any method to perform this action?

1 answer

0 votes
Tayyab Bashir
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 28, 2017

Hi, you can use this REST call to create issues: https://docs.atlassian.com/jira/REST/cloud/#api/2/issue-createIssue

You can provide data in JSON format to populate the fields and make a POST request to create the issue.

Suggest an answer

Log in or Sign up to answer