How to modify the title ID of a Issue

yu wang 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

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 Leaders.
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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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.

Suggest an answer

Log in or Sign up to answer