I setup workflow builder in Slack which prompts the user to fill out a form then populates and creates a JIRA ticket based on the users responses.
I need to be able to open up a new JIRA ticket in a different project depending on the answer to the question in the form. Example "Is there customer impact?" if they answer yes then this will insert a label into JIRA project A as "customer-impact".
The question I have is:
Is it possible to implement some rule where JIRA will auto create a JIRA ticket in Project B based on a label that is present in project A for example if "customer-impact" label is in project A ?
Yes, you can do this.
You can either...
---
The rule will look something like this:
---
A few notes:
---
Let us know if there's more specifics you'd like to include in the rule, and if you need help to clarify how to include them :)
Ste
Hi @Ste Wright
Just an FYI that rules like this no longer need to be global/multi-project scope.
The clone and issue create actions allow creating issues in other projects from a project scope rule. The one limitation is going to/from company-managed to team-managed projects...due to the issue type and field changes.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this should be possible.
Is the "customer-impact" label added to the Project A issue only when the issue is created, or might it be added at other times?
If the label is added at another time, would you still want the issue in project B created?
Do you want the issues to be linked?
What action do you want taken with regard to the issue in project B if the "customer-impact" label is removed from the issue in project A?
Here is a partial example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why cant I clone an issue from a project management project to a service management project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Audrey Engstrand
Welcome to the Atlassian community.
Your question is not the same as he original question. Please start a new Question to get your question seen by more members of the community.
In addition to showing us your automation rule, please explain what is happening that results in you concluding that you can't clone an issue from a project management project to a service management project. Is there an error message when the rule runs? Show us the details of the rule Audit Log for an execution of the rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can do that with an automation for Jira rule, triggered on the issue create in "project A" and checking the labels before creating another issue in "project B".
To get you started on creating your rule, please review this documentation and examples:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.