I would like to set default shown fields (for my personal view) so that I do not see those I do not use, but I have problem, that we have different (set of) fields for each issue type.
I have for example issue type ONE and it has possible fields A and B and C. And issue type TWO where we have fields A and B but also D and E.
>>> Type ONE -> fields A B C
>>> Type TWO -> fields A B D E
I click create and choose issue type TWO and set I want to see A, D and E (check the boxes).
>>> Type TWO, A D E checked, B unchecked
Then I want to create issue type ONE. I click create. I do not see D and E (because this fields are not for this type), I see just A.
>>> Type ONE checked A unchecked B C
So I set I want to see also B and C. Works.
>>> Type ONE checked A B C
BUT when I want to make type TWO again, D and E are suddenly hiden (just because they are were not possible - default for ONE, they were automatically unchecked).
>>> Type TWO checked A B unchecked D E
Is it possible to set default shown fields for each type? Or at least some fields are not hidden just because I created before it different issue type which do not have these fields?