Hi @Efrat Noam ,
Remove the field from edit screen and have it only on create and view screen.
@Niranjan That will only work if the reporter is supposed to fill out the field. If the field is supposed to be filled out further down the workflow it can be put on a transition screen and the view screen provided that transition field is never shown again, even if the issue is reopened. That part may be tricky.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, it's actually even trickier...
I have a field in which we hold our expected version number for release candidates. I would like to know when we are moving candidates from one version to another, repeatedly. My Idea was to copy (via automation) the value from this field - to other custom field, that will be locked. So I need somehow to define an automation rule that will only run once - The trigger should be when the version value is updated for the first time. It can be either while creating the ticket or while editing it (even w/o transition)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed @Joe Pitt .
@Efrat Noam - Let us consider CF1 and CF2.
You can place the field CF1 on the transition screen and view screen. You can then use a conditional postfunction (with plugin like JSU or script runner) to copy from CF1 to CF2 . The condition can be "copy the field value CF2 only if CF2 is empty)" so that CF2 can be set only once. I have not tried this idea, but I believe it would work.
CF1 - original field
CF2 - Field that will hold CF1 value
Regards
Niran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've managed to resolve it - if you are interested:
the destination field is "read only" and automation trigger will run only if it is empty (= once).
thanks!
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.