My Requirment is as follows:
Step 2 can be any field which should allow me to set Issue type based on its selection.
Example:
Field "Component" have XX, YY, ZZ in it.
On selecting XX, Issue Type should populate only Issue Type A & B.
On selecting YY, Issue Type should populate only Issue Type A, C and D.
Let me know if there is any way to implement such option in JIRA.
No. The heirarchy is wrong - it's Project, then Issue, then component, with the component list being determined at a project level.
You could try to restrict options via javascript (i.e. "if issue type A, then do not offer components XX or YY") but that's after they've chosen an issue type.
In fact, you might be better off doing some more analysis on your usage - it sounds like your components could be projects or issue types, rather than components.
@Nic, @Jobin:
Could you please help with some steps to follow and use of javascript?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic,
In a way, what you said is right about componenet could be project and is the same idea I told them.
But stakeholder want to have single project instead of having 4 different projects. Due to this requirement, I am searching for way to link Component with Issue type selections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's always worth asking.
But you really are stuck here. Components exist below issue and project, there's nothing to tie them to issue types at all, and the only thing I can think of doing this (without a lot of customising of the core code) is to limit component by issue type using javascript.
There is no choice here - before you can select a component for something, you MUST tell Jira the project and issue type. (Javascript trickery should be able to handle the "create issue type X, only offer components A and B" on the create screens though)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no choice here - before you can select a component for something, you MUST tell Jira the project and issue type.
Actually, you need only the project to select a component. But you are right, the design doesn't seem right and even if you can achive this by custom development, it is worth reconsidering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will have to develop custom Create screens for this. Not possible via configurations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.