You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I would like to use Jql as a condition for Behaviours.
Is it possible?
Hi @Jae Hoon Koon _Jae Hoon Lim_,
Welcome to the community!
I will start by admitting that I'm by no means an expert when it comes to behaviours, however in an effort to try and find you an answer to this question, I dug into Adaptavist's documentation and found this:
https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/scripted-conditions.html
It appears that you can write groovy script as your condition which in theory should allow you to write the same contents of what would be a JQL query.
I'm not sure if this will work for your particular use case, but it might be worth taking a look.
I hope that helps!
-Jimmy
Could you be a little more specific in what you mean by 8sing JQL in Behaviours? You can apply conditions based on fields similar to JQL.
Could you provide a use case of what you are trying to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Even I have the same concern where I am using Time to SLA for Jira Plugin and ScriptRunner Plugin.
Suppose I have SLA set - In Progress -> Review ( SLA will start In Progress status and
will be met in Review status )
My use case is I want comment to be mandatory if SLA is breached for transitioning In Progress to Review , so can we use scriptrunner behaviour feature ( applying jql condition )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jagruti Mhetre
I do not know much about using JQL in Behaviours but you can use slaFunction = isBreached() to achieve that.
More info here.
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.