Hi,
I need to hide a custom field from the issue view page if issue status is "Open".
The field is having default value and later it will get automatically updated during workflow. So i expect it not to appear in the issue view during open status.
I have a field counter which by default is 1 and by workflow it adds up to 1 when each time a transition is performed. So i cannot remove the default value for it.
If the issue is in OPEN status i want this field counter to be invisible.
Please suggest solutions.
Thanks,
Krithica
An alternative approach is to use the behaviours of ScriptRunner for JIRA to hide/show the field as required. More documentation is available at https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html
As suggested by Christoph you could start the count on your custom field when you make the transition to the appropriate status if the value is undefined at that point. In certain circumstances this would mean your custom field would not be shown when it is undefined.
Hey what are you using to increment the counter? Isn't it possible to include something like if (counter == "") counter = 1; in the script?
I am not aware of any possibilities in JIRA standard to hide a custom field only in a certain status. One thing you could do is exclude it from the view screen and use a global transition or Blitz action button (add-on for JIRA server) to display the value each time the button is clicked. If you use a global transition I am afraid the field will be editable...
Cheers
Christoph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.