I'm trying to get issues to display the number of times they have been edited, however I can't find a way to do this without allowing the user to input that number in a screen. How do I display information on an issue that the user has not inputted (i.e. a script keeps track of every time an issue is edited)
There's a couple of approaches to this, but they all need a bit of code.
One approach is to
A more simple approach, assuming you have an app that provides the function:
Thanks for your quick response! I have written a calculated number field that (I hope) counts issue edits; how would i get it to display on an issue without assigning it to a screen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do not. You have to put it on the view screen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The field is on the view screen but nowhere else. I've checked that the code it uses runs, but the field is still not displayed on preexisting or newly created issues. What might I be doing wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the field is on the view screen, but does not appear, then it is not populated. You'll need to check your code to see why it is not saving the calculation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.