How to get the Issue key if try we try to create jira issue using direct HTML link?.

Gopi krishna August 22, 2013

2 answers

0 votes
Kapil Bolli
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.
August 22, 2013

Hi Gopi,

For Creating issue with HTml Link, you don't need Issue Key , you will require Project Id & Issue type ID.

For Project ID: Click on the required project & on the right hand side you will find Edit Project button, just hover your mouse on this button & in the browser at bottom left , you will see pid=xxxxx.

for IssueType ID: In Admin Section, Click IssueTypes & for any issuetype hover your cursor on Edit button.

-Kapil

0 votes
RambanamP
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.
August 22, 2013

you have a option to get issue key if issue created by using REST, check this doc

https://docs.atlassian.com/jira/REST/latest/#idp1607440

it will return response as below so you can get issue key

{
    "id": "10000",
    "key": "TST-24",
    "self": "http://www.example.com/jira/rest/api/2/issue/10000"
}

Suggest an answer

Log in or Sign up to answer