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: 

Best practice: How to store issue related values (e.g. number of transitions)

Chris Lange
January 17, 2018

Currently we're using script runner to update some custom fields (configured as text (read only)) to track the number of transitions. But unfortunately we don't want to distract the users on the screen with these values. It's more an internal thing which should be accessible only to a few people.

 

Currently I don't see any other approach than having these custom fields on the screens. Otherwise we are unable to edit the fields during transitions.

 

I guess we are not the first ones running into to issue so my question is: is there a better way to store issue related values internally? 

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
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 Champions.
January 18, 2018

Are you Cloud or Server?

I ask because Server scripts should let you set fields that are not on screen (and do scripted fields which also don't have to appear on screen, and could do the calculation based on the history instead of updates)