I automated my Jira service project so that when I create an issue, it is also created in the software project (both issue forms have a due date field). Now, I want automation such that if I change the due date in the issue that is automatically created(in software project), it will also change in the original issue that was created in service management.
Hello @Muhammad Arslan
For this, I assume when you are creating the second issue, there is some type of link between the issues like "Clones" or "Relates". This will be key to making this due-date synchronization working.
To do it, create an automation in the Software project that triggers on the due-date field value changing. Then, create a "For Each" branch and select "Linked Issues", and specify the link type between the two issues. Then in the loop set the Due date to match the trigger issue. If you create this in both the Service project and the Software project, it will have a bidirectional flow.
Let me know if that works for you or if you have any other questions.
Christian
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.