Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

the edit screen is missing fields when using behavior

Jacob francois June 12, 2019

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 ? 

2 answers

1 accepted

0 votes
Answer accepted
Ilya Turov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2019

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)

0 votes
Jack Brickey
Community Champion
June 12, 2019

custom fields have to be added to the relevant screens.

project > project settings > screens, find your screen, edit and add your fields

Suggest an answer

Log in or Sign up to answer