The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to generate a specific ID # for an issue??

Lakshmi Narayana Mukkapati
February 17, 2015

Hi,

I have created a project to track all the issues those we were tracking using an spreadsheet. Now when create an issue in Jira, it automatically assigns an id(CMG-1, CMG is our project key) but i want to know if i can map the issues number i have in the spreadsheet with the JIRA created issue numbers ex: For issue number 19 in the spread, i want JIRA to create the "CMG-19" as the issue number.

Please help.

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Nic Brough -Adaptavist-
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 Champions.
February 17, 2015

You can't set the issue key, JIRA generates it for you.

However, it does it sequentially, and when you're importing from a spreadsheet, you can trick it:

  1. Add dummy issues into your spreadsheet.  In your case, add 18 lines above the row that will create CMG-19.  Give them a clear summary that flags them as a placeholder (I usually use "please delete me + <sequence>")
  2. Import the spreadsheet
  3. Do a search for "summary ~ "please delete me" and project = CMG", and then use bulk-edit to delete the dummies

 

0 votes
Lakshmi Narayana Mukkapati
February 18, 2015

Thank you Nic for the quick response.