Is it possible with scriptrunner create JQL filter to compare the field status with a selected list custom field?
Hello @Marcela Junyent ,
Maybe. Can you be a little more specific about what you have in mind and the sort of problem you are trying to solve?
I have a field in each issue that called: Target Status. And I need to check which issues are in that status.
status = target status.
Regards, Marce
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again @Marcela Junyent
Indeed this is something you can do with scriptrunner by first querying the issue for the `Target status` value and the building the JQL dynamically from it.
This is a question that has come up before. You can see how others solved similar problems in these two threads:
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.