Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automação de mudança de status de uma tarefa vinculada (Outro tipos de status)

Murilo Augusto Meirelles de Souza
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 17, 2024

Eu tenho o projeto de chamado "Projeto Suporte" e outro(s) projeto(s) com nome de cada cliente que temos no nosso portifólio (Exemplo: se o cliente chama ABC, ficaria o nome do projeto "Projeto ABC")

 

Quando o usuário do cliente ABC abra um chamado, o Jira cria um ticket de suporte no "Projeto Suporte".

Solicitação 1: Gostaria de saber se consigo criar uma automação para que quando o fosse criado um ticket de suporte no "Projeto Suporte" eu poder criar a automação dele criar o mesmo ticket no "Projeto ABC". O único detalhe é que se o usuário for de outro cliente (Projeto XYZ), a automação precisa ser feito no "Projeto XYZ". Ou seja, a automação precisa entender qual base que esse usuário pertence para criar o projeto em cada nome de cliente.

 

Solicitação 2: Ao mudar o status do ticket do "Projeto Suporte" (Exemplo: do Status A para o Status B), eu gostaria de criar uma automação de mudança de status no "Projeto ABC" (Exemplo: do Status X para o Status Y). Ou seja, a automação precisaria respeitar os status de cada projeto, uma vez que o "Projeto Suporte" tem alguns status específicos e o "Projeto ABC" possui outros status diferentes.  

1 answer

0 votes
Anusha A
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 21, 2024

Hi Murilo,

Welcome to the Atlassian Community support and Thanks for your questions!

For request 1 -

To meet the requirement of creating a ticket in the Project Support by a reporter named ABC, and subsequently automating the creation of an issue in Project ABC, follow these steps:

  1. Trigger: When an issue is created.
  2. Condition: Use an If-Else condition.
    • If: The reporter's display name is ABC.
      • Action: Create an issue in Project ABC, copying the same fields and values from the trigger issue.
      • Link Issue Action: Link the newly created issue to the trigger issue.
    • Else If: The reporter's display name is XYZ.
      • Action: Create an issue in Project XYZ, copying the same fields and values from the trigger issue.
      • Link Issue Action: Link the newly created issue to the trigger issue

Example rule -

Screenshot 2024-05-21 at 4.29.10 PM_2024-05-21T11:03:25.767Z.png

 

For request 2 - 

To ensure that two issues change status when the parent or trigger issue changes status, follow these steps. First, ensure both issues are linked, as achieved in the previous automation by linking the created issue with the trigger issue.

To update the status of the issue in Project ABC whenever the issue in Project Support changes, use the following automation steps:

  1. Trigger: When the issue transitions to "In Progress."
  2. Condition: For linked issues.
  3. Action: Transition the linked issue to "In Progress" or any other status of your choice.

Example rule -

Screenshot 2024-05-21 at 4.29.18 PM_2024-05-21T11:06:58.810Z.png

 

Reference pages- 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events