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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.