Hello,
We create issues with the custom type "hotfix" in the version X with was already released.
We need to put this hotfix in all others versions also released but more recent (X+1, X+2 for example)
So how we can automate the creation of an issue for X+1 and an other for X+2
I tried the smart values but it only returns if the version is released or not.
Is there any other solution?
I think it should help to you
https://community.atlassian.com/t5/Jira-questions/JQL-for-Fixversion/qaq-p/1445451
And u can create the rule based on branch
And summary of created issue - {{version.name}} with your type.
Also on a future I recommend create the rule
When you have realise - create your type of issue with summary - {{version.name}}
I didnt understand your question. Can you elaborate with example?
What i understand is whenever issue being created you need to set the value of fix version = previous fix version + 1
Is it correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sachin Dhamale ,
released versions = {X,X+1, X+2}
When a hotfix is created with fixversion = X , we have to create an issue for X+1 and an issue for X+2 in order to prevent the missing of an hotfix integration in other earlier released versions.
So I need to create a manual trigger rule that clones this issue for the others released versions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can use the automation rule
where when hotfix is created for fixversion = X > you can clone the issue and update fix version = X + 1 through json.
same for fixversion = X+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is that X is not a static.
I am trying an other solution:
In the initial Hotfix issue, we add all the versions that it should be integrated into
and then an automated JIRA roles is executed to clone the issue for each specified version
So, when i try to use "Send web request" action to extract all the versions mentioned in the issue
The request API always returns 400, could you please tell me where is the mistake?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
Mind trying it without the Hidden check box enabled for the Authorization?
Also, I'm assuming this GET request has been tested with the exact same configuration in something such as Postman ?
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.