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: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Jira Plugin Development: how can i develop to make a custom field as mandatory, which plugin module?

Jira Plugin Development: how can i develop to make a custom field as mandatory, which plugin module?

Rishabh Kumar
September 1, 2021

Hi all,

I'm trying to find a way to develop a plugin module by which i can make a custom field mandatory at the time of create issue screen.

Which plugin module should i explore or some groovy script or AUI component for this  except the custom field plugin module one,...Any solution or workaround would be much appreciated.

Already gone through the custom field creation and type creation documentation.

https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-in-jira/

Thanks.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Mohamed Benziane
Community Champion
September 1, 2021

Hi

Welcome to the community

If you need to make a field mandatory in the create issue, you just need to use the field configuration and make your field as required.

Rishabh Kumar
September 1, 2021

Hi

thanks for the input but i am making  a plugin by which we can select different custom fields from a list and make them mandatory as per our choice.