I have a 'Project A' which has stories and subtasks worked upon by 'Team1'. Once Team1 marks the sub-tasks as Done, I need to create story/ sub task in 'Project B' for 'Team2' to start looking into it. Is there any possible automatic solution in JIRA for the same ? Or if anyone of you have experienced similar situation and handled it differently and can help me with the same please.
Thanks in advance for your time and solution.
Hi Sinjini,
You can automate this sort of thing using Jira automation!
Hope this helps!
Thank you very much Seon. I am trying this approach and will update on the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Seon Shakespeare , I dont see System or Automation under Settings. Only Projects is available. Does it require a special plugin ? Please if you could help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sinjini,
You need Jira administrator permissions to see those "System" and "Automation" settings. It sounds like you might not have that level of access just yet.
The best thing to do is reach out to your Jira administrator. They should be able to help you out!
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AS both task need to be in different project it cannot be subtask.
You could create an automation for JIRA for this use case. Make sure to create a global automation scoped on Project A and B. Then use trigger task resolved, add the condition the task which is resolved need to match and then add the action create new task, you could also link both task in that same automation.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much for your prompt support. Can you please help me with the steps to follow. Apologies to bother you for details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create a rule from this url
<baseURL>/secure/AutomationGlobalAdminAction!default.jspa
You need to be jira admin in order to be able to create and configure a rule that are scoped across multiple projects.
In the detail section, Scope, select Multiple projects then Restrict to projects and select Project A and B.
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.