Forums

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

Is there a way to force/remind certain group to update the custom field?

James Chen February 11, 2022

Hi all,  

I have a custom field "Estimated Completion Date" and I’d like to find a way to only have engineers update the Estimated Completion Date or at least remind them that it needs to be updated. I tried to use Jira automation but it seems l cannot force certain group to update this field if the "Estimated Completion Date" is empty. 

Can someone tell me how to do that? Thanks.

4 answers

3 accepted

0 votes
Answer accepted
Fazila Ashraf
Community Champion
February 11, 2022

Hi @James Chen 

Keep the status name as "Awaiting estimation from engineer" or something that is meaningful and then create a new transition "Estimate completion date" to status "Estimated" (or again something meaningful) that is visible only to the responsible group and have the 'estimated completion date' in that screen (and the view screen) and no where else.

 

For reminders you can use automation to check the "awaiting estimation from engineer" tickets that do not have this value set and send emails to the group as reminders.

0 votes
Answer accepted
Yanty Ghani [ServiceRocket]
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.
February 11, 2022

Hi @James Chen ,

Perhaps you can add a workflow transition and add a condition that only people from Engineering group can perform the transition. Then, in the transition, add a transition screen that has "Estimated Completion Date" field. Make sure to add a validator so that "Estimated Completion Date" is required.

It's best to add this in a transition for Engineering group, such as when the issue goes to "In Progress" status.

Hope that helps.

0 votes
Answer accepted
Sachin Dhamale
Community Champion
February 11, 2022

@James Chen ,

You can do one thing - Create new transaction called as "Add Completion Date" and add transaction screen with "Estimated Completion Date" on it.

Allow only Engineers to perform this transaction and make this field mandatory. In this way this field is only added by Engineers.

You can add validator on all other transaction without entering value to that custom field user should not able to proceed with next status.

Let me know if you have any queries

Pls Accepts the answer if it helps

Thanks,
Sachin

0 votes
Graham Twine _Slm_
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.
February 11, 2022

Hi James,

 

When you say "force update", is this in a workflow or an edit screen?

i.e. what is the trigger?

Do you have the Scriptrunner plugin available? I am in no way affiliated to Adaptavist  but I recommend checking the plugin out.

 

In the event that this is in a workflow or an edit / transition screen and groovy scripting is available then using a group or project role to determine if a field is read only, hidden or mandatory can be set in field behaviours.

Suggest an answer

Log in or Sign up to answer