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.
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.