Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL Specific Issue

Mitch Wiemans January 11, 2019

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

 

1 answer

1 accepted

0 votes
Answer accepted
Taranjeet Singh
Community Champion
January 11, 2019

@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?

Mitch Wiemans January 13, 2019

Hi @Taranjeet Singh,

 

As far as I can see, they don't mention anything specific about it in the documentation.

https://okapya.atlassian.net/wiki/spaces/CHKDOC/overview

Taranjeet Singh
Community Champion
January 14, 2019

@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?

Like Mitch Wiemans likes this

Suggest an answer

Log in or Sign up to answer