Hi,
There is a requirement to show the assignee's name along with the Summary of the issues.
Should i change in any configuration file. I have searched but not getting any clues.
Any suggesstions
Thanks
Anita
For sub-tasks ONLY:
Go to Administration -> General Configuration, click on the "Advanced" button (at the bottom of the screen). You can configure the columns there. Note, this is a global change.
Ah, that is in 4.4. In 4.2, you need to edit the jira.properties file. It is in there and you simply need to add the new column, and restart JIRA.
Just to clarify... jira-application.properties in the atlassian-jira\WEB-INF\classes\classes) directory
in the file look for jira.table.cols.linkedissue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jo,
I have added assignee in the column list but it does not affect even I remove all the columns and left only issuekey even that case it shows issuekey, sumary,status and priority
if make change in includes\snippets\issuelinksmall.jsp fike, then it is working fine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I removed the line jira.table.cols.linkedissue but no change
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know why this answer is marked as solved because this is not possible with JIRA 6.4.x, there is no option for configuring the columns os the issue links. Still, there is one for sub-tasks, but that's something totally different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for anbody who comes accross this limitation: Issue Matrix looks quite promising.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Depend what version you have. Before 4.4, you can change it via propertie file. I think you can still do it after 4.4, like I am doing now, but I cant find the documentation link for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thanks for the link but that didnt help me.
For issues shown in "Issue Links", this issue implements/ duplicatesetc, as of now the details shown are
I need the assignee to be shown.
By searching through the files in Jira, i got to the main jsp where i need to add the assignee.
The file i changed was jira\includes\snippets\issuelinksmall.jsp
added the line
<ww:propety value ="string('assignee')" />
Now i am getting the assignee id but not the name. Do you know how to format that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this means that this can be implemented only by changing the source files?
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.