I am trying to write a rule that checks if the reporter is the same as the approver.
If it is true i would transition the request accordingly.
Problem is i cannot seem to write a query that let's me see if these fields are the same....what am i doing wrong?
Hello,
You can not write such a JQL query out of the box. You would need an add-on for it. For example, you could use the Power Scripts add-on:
You could wirte a JQL query like this:
key in silJQLExpression(
'reporter == approver'
,
'project = TEST and issueType = \"Bug\"')
I am new to Power scripts....how and where would I configure this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do not need to confiugre anything. Just download the plugin, install it as an add-on and then go to the Issue Navigator and type the JQL query:
You can download it from here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.