Aside from Jira key, I want the Jira issues of my project to have unique IDs in the context of the issue type where they belong to.
Example:
Jira Project
Alpha Project (AP)
Beta Project (BP)
How to be able to achieve this?
Plugins? if scripting, which tools and where should I start?
Community moderators have prevented the ability to post new answers.
Hi Anne,
Since you are new here I was wondering why issue linking is not enough for you? (Or maybe since you are new you did not know about it).
If you are unhappy with the issue linking functionlality as maybe you wanted to be able to search by links, with Scriptrunner has a lot of issuefunctions which you can use to search throught the links or sort. (But I'm sure Nic can tell you more about it since it is from Adaptavist) ;)
Thanks for this info Lara, however, my question is not related to issue linking.
What I want to achieve is to be able to have tracking IDs for each issue in the project specific to which issue type where they belong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anne,
Have you checked out this add-on https://marketplace.atlassian.com/apps/1214561/issue-picker-custom-field-type-for-jira?hosting=server&tab=overview ? Its free and I thinks it sounds very similiar to what you need.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to find or write some code to do this.
It won't be as simple as it sounds, as you'll need to think about how to store your sequence number and what happens if several processes all ask for the "next" number at the same time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the enlightenment. I agree with what you mentioned to consider such as where to get sequence number and for the several processes.
I was just wondering if any plugins can do this functionality before I even dive in to coding the complex solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've yet to find a public add-on to do it.
I did run into one that was owned by a large corporation and had been written in-house. As part of the engagement was to simplify their over-bloated system, we had a look at it and discovered that only the person who wrote it ever used it. Everyone else worked off the issue key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.