I have one project lets call it as ABC
I have following issuetype
For all the issuetype, I have common set of fields as of now which are as below
- summary
- description
- story point
- component
- client name
- company name
- fix version
- priority
- label
- attachment
- linked issue
- assignee
- epic link
My concern is, when I select issuetype=bug, I want to have another set of fields and for rest of the issuetype, above mentioned fields should be displayed. How can I achieve it?
When I select issuetype=bug, following I need to remove below fields
- remove description field
- remove epic link
and need to add few more custom fields
- problem statement(multi line)
- steps to reproduce(multi line)
- how often it happens (single line)
- expected result(multi line)
- browsers(dropdown)
- Bug environment(check box)
- Root cause (multi line)
Please help me to get this going.