I'm looking for a Jira automation rule that creates a JQL filter based on project and last created release, like : project = {{project.name}} and fixversion={{version.name}}
Hi @Tim Van Mierlo you need to set up a automation when a Version is released just send a web request like this:
and then:
Finally you got like this:
I hope it helps
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Additional question : Would it be possible to get the url from this created filter to send it by email?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well done!!
Additional answer :) You need to enable the "Delay execution of subsequent rule actions until we've received a response for this web request" in the Send request action
then you add send email action:
Finally you got something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Manuel Bastardo Castellano : I am using the above query as you mentioned but it is still getting error. can you please help.
and moreover, once we create dynamic filter, can we change the filter permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Abhishek Kalamkar You have a typo in your JSON data in the "Custom data" section of your Web request body.
More specifically,
"name": "{{version.name}} in3 {{version.project.key}}"
should be typed as:
"name": "{{version.name}} in {{version.project.key}}"
Hope this helps fixing your problem!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Taranjeet Singh In the custom data, that is not typo instead that is text field, we can add any value there. Actually I was getting error that filter already exists so I started using in1, in2 and so on.
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.