Hi Guys!
I want to add resolution field to table with linked issues in Issue View in jira. Documentation says it's possible, just by adding "resolution" in to property "jira.view.issue.links.sort.order". But after adding this property nothing changes. I'm testing this on Jira 7.9.0.
My current value in property "jira.view.issue.links.sort.order"
type, status, priority, key, resolution
Have anybody idea what i shuld do to add column "Resolution" to this table?
Hello @jost
The issue link panel is not configurable out of the box. In the documentation it says
"Specify the fields by which to sort issues in the Issue Links section on the 'view issue' page by entering the appropriate 'value' for each field in a comma-separated list. This property behaves similarly to a list of values specified after the ORDER BY keyword in Jira Query Language (JQL), whereby sorting is conducted by the first and then subsequent fields specified in the list.
The jira.view.issue.links.sort.order
property can accept the following individual field values: 'key', 'type', 'status', 'priority' and 'resolution'."
Thus, it's about using the resolution field to sort the order of the issues in the linked Issue panel on the issue view screen and not adding a new column like resolution.
You've got the wrong property there! That's for sorting the order of the links, not displaying it in the links panel.
You can't change this in the UI, but you can do it if you're willing to customise a bit. Have a look at https://confluence.atlassian.com/jirakb/how-to-edit-the-jira-config-properties-file-317194938.html
It's a bit long, and the links to find the property you're looking for are obscure, so I'd say try something like:
jira.table.cols.linkedissue = issuetype, issuekey, summary, status, resoltion, priority, assignee
From memory, it can only show "system" fields, I've not tried it with custom fields recently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(Helps if I had spelt "resolution" correctly too)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- I've tried it (with the typo fixed), but it does not work for me (Jira 7.6.10). Are you sure this works? Since I also found this (old) Jira issue,
which tells me different things. 1. Dave Meyer tells that the feature is removed in Jira 4.3 (on 28 april 2015) and Jonah Turnquist talks about the jira-application.properties file.
Both do not work...
Any thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.