Hi,
I'm trying to figure out how to do this, or if it can be done:
I have a Jira project called QA Reports, and I want to be able to add fields to an issue during the workflow. In total, I want to have 12 fields through transitions, but when creating the issue I only have the user input 8.
So far, the Create Issue screen has the 8 fields which are seen when you view the issue in its OPEN state. Then, stepping into the workflow goes through the first transition "Begin Testing" and the issue goes into a TESTING state.
"Begin Testing" has it's own screen which allows the user to input two more fields before completing the transition, but when you view the issue in its TESTING state, you don't see the new fields, just the original 8.
I need to do this for another transition with another screen later on in the workflow, which adds another 2 fields making the total 12 fields. These fields are all one-line-text input, one is a radiobox.
I'm sure I'm missing something simple, anyone know what I need to do?
It sounds like you are using the same screen for "create" and "view". What you need is a set of screens :
Create, Edit and View screens are controlled by the "issue type screen scheme" and can be totally separate from the transition screens
Thanks for the quick reply, Nic, you're a champion.
I've got it going now thanks to that!
For anyone trying to follow along:
Issues
Screen Schemes
Click Configure to the right of the Screen Scheme you're interested in
Use the top right + button and choose a screen to associate with a certain operation
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.