Can I restrict Fix Version to only certain issue types?

Teal Nissley June 9, 2014

I want to be able to set the fix version while viewing the issue. I only want to be able to do this for bugs, stories, and tasks - not any subtasks or epics.

2 answers

0 votes
Svante Gustafsson Björkegren
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 9, 2014

Hi Teal,

You can solve this with Issue Type Screen Schemas (See https://confluence.atlassian.com/display/JIRA/Associating+Screen+and+Issue+Operation+Mappings+with+an+Issue+Type)

You just remove the Fix Version field from all screens associated with subtasks and Epics.

Cheers,

// Svante

Svante Gustafsson Björkegren
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 9, 2014

or, you can hide the field in a specific Field Configuration for the Issue Types in concern. See https://confluence.atlassian.com/display/JIRA/Specifying+Field+Behaviorfor more details.

With this approach you will get rid of the field entirely. In the first suggestion (with the screen scheme) you will still see the field but it is not editable

// Svante

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 9, 2014

No, the versions are project level items, and hence can be applied to any issue within the project.

You could implement some form of selective checking with validators, but you'll need some rules to decide what to apply to what, and some code to actually implement the checks.

Suggest an answer

Log in or Sign up to answer