I have a behavior set up to hide customFields.
When the issue is created and I press Edit the fields are not viewable.
is this common ? is there to fix this problem ?
behaviours work in a same way for create and edit screens, so you should somehow separate the two. try wrapping your code into something like this:
if (getActionName() in ["Create Issue", "Create"]) {
//your code
}
or if you are using simple one add condition:
When: Workflow Action - Create (1)
custom fields have to be added to the relevant screens.
project > project settings > screens, find your screen, edit and add your fields
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.