Forums

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

Display Issue ID on Screen

muneet.bakshi August 20, 2020

The problem is that we move a lot of issues between projects which changes the key so we need a unique ID that we can share with the customer for tracking purposes.

What is the best way to solve this problem?

Is there a way to display the issue ID on the screen? I believe that the unique ID is visible if you hover over the edit button but it is not a user friendly solution.

2 answers

1 accepted

2 votes
Answer accepted
Matthias Gaiser _K15t_
Community Champion
August 20, 2020

You could simply still give your customers the original issue key. Jira takes care of redirecting to the appropriate issue in case it is being moved to another project.

If you want to rather go with the id, @Esther Strom's automation tip is a nice one.

I could think of following this procedure:

  • create a custom field to use for the id
  • go to System > Automation Rules
  • Create a new rule
    • with the trigger "Issue created"
    • and the action "edit issue fields"
      • select your field and insert the placeholder for the id {{issue.id}}
    • Turn on your rule
  • Create a new issue and test your rule

You might want to think about setting a direct link into your custom field like: https://xxx.atlassian.net/issues/?jql=id={{issue.id}}

Cheers,
Matthias.

muneet.bakshi August 20, 2020

Thank you! This is very helpful.

0 votes
Joe Pitt
Community Champion
August 20, 2020

You need to create a custom field and put the number in it. It would be best if you use a transition to assign the number and then only put it on the view screens. 

Esther Strom
Community Champion
August 20, 2020

Alternately you can use the new automation capabilities to do this, although depending on how active your instance is (and whether you're on Standard or Premium) you may run into execution caps. 

muneet.bakshi August 20, 2020

Thanks for sharing this.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events