Need to Clear the Due date for particular Component

Avinash Gautam December 19, 2016

Hi Team,

 

i am working on below requirement:

 

If the User will select a particular value in Components field "MV1.1" the the Due date for the issue should be cleared . I am not sure whether this possible or not but just wanted to check the feasibility of this. Please let me know. Thanks!

 

--Avinash Gautam 

2 answers

0 votes
Bhushan Nagaraj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2016

Hi Avinash

You can implement an Issue Updated listener. You can either build your own add-on, or use ScriptRunner which makes it more simple.

https://developer.atlassian.com/jiradev/jira-platform/guides/other/tutorial-writing-jira-event-listeners-with-the-atlassian-event-library

https://scriptrunner.adaptavist.com/4.3.5/jira/listeners.html

In the listener, you can check for the Component and update other fields to meet your requirement.

Cheers

Bhushan

0 votes
Vasiliy Zverev
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.
December 19, 2016

You need a postfunction for this. 

Easiest way to get this - script postfunction provided by ScriptRunner plugin. Can you use this plugins?

Suggest an answer

Log in or Sign up to answer