I have a one number custom field on transaction screen of issue.
I want to hide and display that custom field at run time base on some condition while transaction of issue from one state to another
So Is it possible trough behaviors? or some other way for this
Hi Sachin,
Why don't you simply create 2 transactions between those states and use the conditions on both to make sure that only one of them is ever displayed?
Best Regards,
Peter
Hi Peter; Thanks for your reply; When I create a issue i filled value to one custom field. so is it possible that base on the value of that custom field select the transaction field. if yes then what will be the script for this and where do i use that script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how do i select transaction screen base on the value of that custom field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sachin, Take a look at the possibilities you have with the Script Condition on the Conditions of your transition. Showing or not Showing a screen is not an option as a screen will always be shown when the transition it's linked it is being executed. So your best option is to create 2 transitions (one with screen, one without screen) and use their conditions (with some help from the Script Condition) to show either the first or the second transition. For examples of the script condition I would take a look at the documentation and test it on your test environment. best regards, Peter
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.