Hello!
I have a project CBLOS and two Issue Types: Feature and Epic
The requirement is to have different list of options for a field 'DoD' based on Issue Type.
When I tried to accomplish it using two Field Contexts I faced a situation that I cannot select the same project in both schemes.
What would you suggest?
This is a known issue with jira. You will have to create a context by issue type globally instead.
Good luck.
I decided to create separate fields instead: Feature DoD, Epic DoD.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent. That was the other option I was going to mention, glad you were able to figure out it on your own.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yana Stoliarova as per your screenshot, it is already applicable for CBLOS and DEV project. You can read note below Configuration scheme for DoD(Feature)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Because DoD (Feature) context is Global - not particular project. I want to select 'CableOS' (CBLOS key) project instead. So in Jira DB the 'DoD' field will not be present in other projects at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yana Stoliarova workaround is to create another custom field with same name and required context. Screens needs to be modified to include this field as well. This is not clean solution though.
Else if you have script runner, behaviours feature can be used to achieve this with little bit of scripting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. Yes, I decided to create two fields but because I hate having duplicated custom field names in a system, I created: 'Feature DoD' and 'Epic DoD' with proper contexts.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yana Stoliarova great to know. if it solved your problem, kindly accept my answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.