Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25151

Unable to configure visible fields in Linked Issue columns

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • JIRA Standalone 4.3.4 and JIRA Standalone 4.1.2 - Windows 7
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Here are the following steps on how to reproduce this bug:
      In JIRA 4.1.2

      1. Create 2 issues
      2. Link between these 2 issues
      3. There is an 'Eye' icon where you can Manage Link
      4. Clicking on that 'Eye' icon will redirect you to another page where you can delete the link
      5. The default value for jira.table.cols.linkedissue which controls this display in jira-application.properties file is issuetype, issuekey, summary, status, priority
      6. If we add in an Assignee to this jira.table.cols.linkedissue, the Assignee field is able to show up inside the Manage Links page upon the next restart:
        ...
        # The columns to view when viewing issues in a table.  The values that you can put
        # here are valid values from IssueFieldConstants.
        jira.table.cols.linkedissue = issuetype, issuekey, summary, status, priority, assignee
        ...
        

      In JIRA 4.3.x onwards

      1. Create 2 issues
      2. Link between these 2 issues
      3. As there are no more 'Eye' icon anymore due to this new implementation, we can now delete the link directly on the issue page itself without taking us to a separate screen like in JIRA 4.1.2
      4. Checking at jira-application.properties file, the default value for jira.table.cols.linkedissue is still the same
      5. However, if we add in an Assignee to this jira.table.cols.linkedissue, the Assignee field is not able to show up on the 'Linked Issues' section of the 'View Issue' screen

      To conclude, it seems like it is no longer taking any effect with the following value inside jira-application.properties file in JIRA 4.3.x:

      ...
      # The columns to show when viewing issues in a table (eg. the 'Linked Issues' section on the 'View Issue' page).
      # The values that you can put here are valid values from IssueFieldConstants.
      #
      jira.table.cols.linkedissue = issuetype, issuekey, summary, status, priority, assignee
      ...
      

      I am not sure if the new implementation to the issue links was meant disable this value inside jira-application.properties file but this may look like a bug as it is not working as intended.

      Attachments

        1. JSP-84914.png
          JSP-84914.png
          4 kB
        2. screenshot-1.jpg
          screenshot-1.jpg
          26 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jcooi JoachimA
              Votes:
              97 Vote for this issue
              Watchers:
              98 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: