Hi all,
i have an automation that currently runs that pushes an issue from JSM to Jira and creates a link between both.
What i am looking to understand is can i create an automation that will take the workflow transition done on Jira and reflect this back on the orignal issue on JSM?
One thing to watch out for, is if your JSM ticket has multiple stories in Jira in multiple projects. You don't want to close it prematurely. We run an automation on a schedule that checks if all linked issues are closed before we transition the issue to done. We also have a dedicated status in JSM that issues that have been sent to development for completion are in. This keeps the scheduled automation from having to check every JSM ticket that is linked. I believe there is a limit of 1000 issues per automation run.
We have similar scenario which was recently shared with me by a departing co-worker. I'm considering the link type solution.
We store the original JSM key in a field in the JSP project's issue. Apparently, there was some concern that the link type could be problematic. However, this solution results in more complex automation to sync the workflow transitions. I'm tempted to create a specific link type for this purpose and trust users won't misuse it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
welcome to the Atlassian Community.
Yes, you can create an automation in the Jira project:
What do you think about that?
Cheers,
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So ive set it up like this and gotten this error
But strangley has done the job
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Robert Plunkett ,
Welcome to the community !!
This can be setup using global automation rule as this is related to 2 projects. Steps for configuration
This is how the rule will look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
Some initial feedback that it sounds like an interesting use case, we have similar here although we have differing workflow statuses between our development teams in Jira software. I'm assuming licensing may be a root cause for what you are doing but it does seem like potentially giving your software users agent rights (or perhaps collaborators) and letting them action the JSM tickets could simplify things? You could include them on your Kanban/sprint board via amending the filter, assuming you had a bespoke status (in JSM) for the software team related tickets.
To your original question though!
This should be achievable relatively easily using an automation rule across multiple projects using the "issue transitioned" trigger with some conditions to focus it down to the issue types you are interested in keeping in sync. A few tips/recommendations:
Thanks
Lewis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
Yes , we can achieve this by roll up status automation ,but the issue type should be same for both JIRA and JSM
Thanks,
Madhuri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.