I want to add a column in the list of subtasks which is displayed when I view a task. Default columns are:
issuetype, status, assignee, progress
(settings under General Configuration->Advanced).
I have tried this:
issuetype, status, assignee, progress, fixVersions
and restartet Jira, but no luck.
This is confirmed to be a bug:
https://jira.atlassian.com/browse/JRA-25343
The columns have to be configured in jira-config.properties. Edit them in GUI have no effect.
Is this still a bug? It looks like the issue has been resolved, but I'm still not able to add a custom field to this setting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try fixversion or fixversions - although I've not tried it in the latest releases of Jira, when you do this in the application properties files, it's case sensitive and it expects lowercase.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried lowercase fixversions and fixversion, but the GUI gives me the error:
The following fields are invalid: fixversions
I'm setting this in the GUI (General Configuration->Advanced). Do I have to set this in the properties file?
I can't find any documentation of which fields are available.
I'm using Jira 4.4.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try fixVersions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oops, that is what you tried initially! Hmm, wonder why that didn't work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the field contain data? Do you have versions defined?
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.