Hello,
Currently i'm having a issue which I don't know how to fix.
We are using a AddOn named: Checklist
In this Add-On we can specify checks and check those in a Workflow transition. In a transition, you can also Add options from this checklist. This can be done by just telling it to do this or by using a JQL query and only let it happen when the condition is met.
But JQL query is looking through every issue specified in there.
Is it possible to let JQL look only through 1 specific issue key (the one that is currently in the transition).
Right now my JQL is looking as followed:
project = "ProjectName" AND Status != "Status 3" AND cf[10538] = uncheckeditem("checklist item")
But this is looking in every issue within the specified project.
Best Regards,
Mitch
@Mitch Wiemans Did you check the Checklist plugin documentation if they have any such information on JQL query formation?
Could you please point me in the documentation the relevant feature of the plugin that you are using?
Hi @Taranjeet Singh,
As far as I can see, they don't mention anything specific about it in the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mitch Wiemans If there is nothing in the documentation, I would suggest you to rather contact their support team to check if such JQL Query (in validators and conditions) is even possible, and if yes, then how can it be achieved?
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.