Hi @mokkapati naveshchowdary ,
By default, if there is a customfield in transition screen, it always appears in that screen whether it has value or not.
If you want to do some tricks in pop-up screen, you can write custom javascript or use Script Runner's Behaviours feature.
Regards
JIRA doesn't have a way to restrict editing a field when it is presented. If it is being presented on a transition screen only the work around is to have two transitions. One with a condition the fields is empty where the transition screen presents the field and one with a condition the field is not empty and the transition screen doesn't present the field. The user will only see one transition based on the conditions. However to do this you'll need a plugin that tests for conditions on custom fields. I use JIRA suite utilities but there are others out there that do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For example I had a basic wf
open->in progress->in development->done
i had custom field called work started on which will populate current date and time, I had one more transition from Done to Open so after coming back to open we’ll move to in progress so again it is populating new current date and time
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.