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 modify the title ID of a Issue

yu wang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2015

I create a project name DWHD Agile Sustain .

The key of the project is DWHDA

Then I create a issue ,the ID of the issue is DWHDA-1

Now I want to modify the ID of the issue , let the ID change to the format ,such as "DEV201504001"  "DEV201504002"  , the format is "DEV+year+month+001"

Please tell me the method to solve this problem

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sten Sundelin
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.
April 3, 2015

+1 on Nic's answer. You can create a Custom Field, set it in a Post Function using SIL or Groovy and display that in many places. You can also programatically modify the Summary to start with the text you ask for, but not the ID/Key.

0 votes
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.
April 3, 2015

The short answer is "no"

To do this, you'll need to rewrite most of JIRA.  The whole system is hung off the key being of a certain format (project-sequence) and changing that means rewriting any code that handles it.