Need help with JIRA Project Automation

Aisha M July 14, 2020

Hi,

I am trying to clear two date field values when an issue (Epic) moves back to certain statuses.

Can someone please help with the steps to achieve this, I'm fairly new to JIRA Automation.

Thank you !

 

1 answer

1 accepted

1 vote
Answer accepted
Iago Docando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 15, 2020

It seems fairly simple. You'll need 3 steps:

  1. TRIGGER. Issue transition. From your status A to status B
  2. JQL FILTER. issuetype = epic (or epics within a specific project. whatever you need)
  3. ACTION. Edit issue fields. select your fields and leave them blank

 

Hope it helps.

Aisha M July 15, 2020

@Iago Docando Thank you for the reply. It worked fine :)

Like Iago Docando likes this

Suggest an answer

Log in or Sign up to answer