Hi all,
Our developer is currently on leave. I'd need your help with a simple javascript for Scriptrunner: Component/s is not ABS or CISL.
This is for a post-function to create a sub-task for the story, when the component is not ABS or CISL.
Thank you,
Duong
The JQL query should contain
competent not in(“abs”, “cisl”)
you can try it in an issue filter like
project = test and status = open and competent not in(“abs”, “cisl”)
This should list all the issues you are looking for. Remove the word “not” to get all the other issues.
Oh sorry, I didn't write it with details. I actually need a javascript for Scriptrunner, not JQL.
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.