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
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" }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.