The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to change one field value based on updated value of another field?

Prasanna
Contributor
January 27, 2020

I want to make one field read-only and change its value based on updated value of another field? How to achive this?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
John Funk
Community Champion
January 27, 2020

Hi @Prasanna  - We use Automation For Jira to do that. 

Prasanna
Contributor
January 27, 2020

Dear @John Funk 

Thanks for your reply.

What do you mean by Automation For Jira? How do you achieve it? Do you use any add-on for that?

John Funk
Community Champion
January 29, 2020

Automation For Jira is an add-on for Jira. You can find it here:

https://marketplace.atlassian.com/apps/1215460/automation-for-jira?hosting=cloud&tab=overview

0 votes
Mohamed Benziane
Community Champion
January 27, 2020

Hello @Prasanna 

You will need add on like scriptrunner or other to achieve this.

 

Hope this helps

Prasanna
Contributor
January 27, 2020

Hi @Mohamed Benziane 

Thanks for your reply.

I want to achieve this without any third party add-on. I read about events and listener class, do you think it can be achievable using events and listener in a plugin.

Mohamed Benziane
Community Champion
January 28, 2020

Yes i think that you can write you own plugin to achieve this. The link below should be a good start :

https://docs.atlassian.com/software/jira/docs/api/7.2.0/overview-summary.html

Hope this helps