Jira customization

Kristiyan Nachov January 27, 2021

Hello

We are using Jira 8.14.1

How can I do the following changes:

1 If I have logged in task,

  • - the remove status to be disabled

  • - change of activity type to be disabled

2 When adding / editing issues, the "Epic" field must be filled in

Thank you in advance.

1 answer

1 accepted

0 votes
Answer accepted
Elifcan Cakmak
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.
January 27, 2021

Hello,

For the first question,

- To disable a transition (if i understand correctly that's what you are asking), you need a plugin like Script Runner to write a custom condition.

- I don't understand what you mean by change of activity type, if it's a custom field you can use behaviours feature of Script Runner also. 

For the second question,

- You can use field configuration schemes of the project and make the field required.

https://confluence.atlassian.com/adminjiraserver/configuring-a-custom-field-938847235.html

Cheers,

Kristiyan Nachov January 27, 2021

Thank you.

 

The field Epic Link which I want to be required is locked. It shows: The custom field is managed by Jira Software and can not be modified.  

Is it possible to configure locked field?

Elifcan Cakmak
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.
January 27, 2021

Hi, 

If that's the case you would need behaviours feature here too. You can make the custom field required when only creating the issue but you still need another plugin like JSU. 

You can unlock the field but it is not recommended to tamper with the database. Just so you know here is the link how to do that:

https://confluence.atlassian.com/jirakb/unlock-a-locked-jira-software-custom-field-779158866.html

Cheers

Kristiyan Nachov January 27, 2021

Great.

Thank you.

Suggest an answer

Log in or Sign up to answer