Hi Team,
My question is about the dependency due date changes.
For Example:
I have a project with 3 stories with some dates.
1. Test-1 - 17th Jul- 31st Jul
2. Test-2 - 1st Aug - 16th Aug
3. Test -3 - 17th Aug - 31st Aug
Now If "TEST-1" cannot be completed in time and takes 1 day extra. (i.e., completes on 1st Aug). I need the "TEST-2" task to be automatically changed to 2nd Aug - 17th Aug and the Third should start on with 18th Aug - 1st Sep.
I have a Json Script for it
"
Hello @Spartans
You have said that you are using Advanced Roadmaps, but you have also tagged your post as being for the Free version of the product. The Free version of the product doesn't include Advanced Roadmaps.
Are you using a Trial or Paid subscription of the Premium product?
You can use auto-scheduling in AR to automatically adjust dates on dependent issues, but it will adjust other issue dates also.
If you don't want to use auto-scheduling, then you can adjust dates through Automation Rules with a rule like this:
However, what you end up creating is a rule that detects a change made by a previous execution of the same rule, and causing the rule to be called again for a new issue. There is a limit to how many times Jira allows that to happen, and that limit is 10. If you had a chain of dependencies of more than 10 issues, the Automation Rule would not be able to update all of the dependent issues.
The Screenshots are from my organizational account and I'm using this account for asking community so that I can have a look.
Okay then is there any other ways to make it happen.
Also this is the full code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I prefer to look at rules based on the UI display rather than slogging through JSON code.
If you'd like to provide screen images of that, I'll review it.
Or, you can simply try out your rule against test issues and see what it does.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried with your automations, but its getting failed on condition and you were also that it will not be applicable for more dependencies. So I was thinking for a better resolution from you.
I had received a code from a person stating that this would work, but I'm unable to do the automation, where to paste the code.
Is there any other ideas that can do the dependency mapping on due date linked with other start date as above ?
I tried with used cases, YouTube but unable to find a best resolution.
But its not working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I said you would need to use a rule like the one I provided. You would need to adjust it for your use case specifically. My use case was for sub-tasks. Based on the image your use case is for a different issue type, so you would need to modify the rule.
The code you have been given is what one gets when one uses the Export feature to export an Automation Rule. It is still an automation rule, but in a different format.
You can't paste the code into a Rule. You have to import the code so it will create a Rule. Rules can be imported only from the Global Automation page.
I suspect that your code/rule will run into the same limitation. I exported a copy of my rule and the code looks very similar to yours, so I suspect that they are structured the same. The limitation applies to all Automation Rules where an action taken by the rule will cause the rule to be executed again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried as per your automation, but its getting success and since I'm trying on a sample project to test it. If it gets success then I can apply it in our Project.
Also I have created only stories. So I chose stories Issue type = Story.
Attaching the Screenshot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a reason you have not simply imported the Automation Rule code you were given, with the help of a Jira Administrator if you don't have sufficient access?
Regarding your attempt to recreate the rule I provided as an example, the message is indicating you have this box checked.
Is it your intention to only update linked issues that have been updated since the last time the rule executed?
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.