Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Add resolution field to Linked issue table

jost
Contributor
May 24, 2018

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?

2 answers

2 votes
Tarun Sapra
Community Champion
May 24, 2018

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.

0 votes
Nic Brough -Adaptavist-
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.
May 24, 2018

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.

Nic Brough -Adaptavist-
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.
May 24, 2018

(Helps if I had spelt "resolution" correctly too)

Rudy Holtkamp
Community Champion
February 28, 2019

@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?

Suggest an answer

Log in or Sign up to answer