Hi,
We have a project, in that we have story, bug, task and change request issue types. And we created a single issue picker field called change picker and associated to story,bug and task issue types. This issue picker picks only change request issues.
let’s say I have a story “story 1” and a change request “changreq1”. This story 1 has custom field change picker and filled with changereq1.
so now we are trying to get all the issues where changereq1 has selected in that custom field to be populated in another custom field that is associated to change request issues types.
please help me figuring out how to do this.
Thanks in advance for everyone who replied to this question.
Hello @ramyaallena
If I understand correctly, you have a customfield called: change picker
To get all issues with this custom field filled with changreq1 value, you can make a jql filter like that:
"change picker" ~ "changreq1"
I hope help you.
sorry, I have missed important part of the question here. Let me update my question.
thanks,
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.