Issue Details (XML | Word | Printable)

Key: JRA-5152
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Keith Brophy
Votes: 15
Watchers: 10
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Show issue linked to another issue.

Created: 04/Nov/04 01:55 AM   Updated: 26/Nov/06 08:13 PM
Component/s: Filtering & Indexing, Issue Links
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Bettina Zucker, Erica Cohen, Erik S, Keith Brophy, Mike Aizatsky, Peter Walzer and Scott Farquhar [Atlassian]
Since last comment: 2 years, 6 weeks, 5 days ago
Labels:


 Description  « Hide
Provide ability to display issues linked to a particular issue in Issue Navigator style.

This allows users to see issue details on the issues linked from a particular issue.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mike Aizatsky added a comment - 10/Nov/04 03:29 AM
I hope it will be same navigator and results could be shown in confluence by {jira} macros

Scott Farquhar [Atlassian] added a comment - 10/Nov/04 04:09 AM
Our initial implementation would just have the navigator be able to display searches for issue keys.

Ie IssueNavigator.jspa?issueKey=JRA-10&issueKey=JRA-100


Mike Aizatsky added a comment - 10/Nov/04 04:14 AM
Cool. Don't you think that "linkedToIssue=XX-123" looks better? Are you planning to add parameter for limiting link type?

Scott Farquhar [Atlassian] added a comment - 10/Nov/04 04:18 AM
Actually - this issue navigator is dumb - it will just be displaying the issues that it is provided.

The view issue page will construct the URL using the issues that it knows about.

So I don't think it is what you are originally thinking.

I realise that this won't allow you to use it via a Confluence URL, but I had never heard that requirement before The original requirement was to see the issues linked to another issue, because you couldn't display all the information about an issue.

Doing it the way you are after would require indexing both issues when a link is created (ie index the links) and we don't currently do that.

This is a temporary solution (until we expand the way we index and search to be pluggable), and we hoped it would solve the original requirement that we were told.

If there are other requirements - can you let me know?


Mike Aizatsky added a comment - 10/Nov/04 04:29 AM
Actually, the original idea discussed was to have a "search" which will display all the issues linked to the current one. That way it will be possible to to show the issues from view page and also to better catalogue your issues, by linking them to other meta-issues. While the way to display static list of issues is better than nothing, it's still quite limited.

BTW, why do you need to change indexing scheme? You're already showing issues linked to the given one on view page. Why isn't it possible to display the same info but in navigator?


Scott Farquhar [Atlassian] added a comment - 10/Nov/04 04:40 AM
All 'searches' for issues go straight to the file based index, and don't hit the database directly.

As we don't index that data, we can't display it.

I agree that it is quite limited - I want to get workarounds to you as soon as possible.


Mike Aizatsky added a comment - 10/Nov/04 04:51 AM
Don't see anything wrong with hitting the database to find issues linked to the given one.

Scott Farquhar [Atlassian] added a comment - 10/Nov/04 05:10 AM
There is no problem with it - there is just no current mechanism to hit the database in the issue navigator.

This would involve writing a lot of code, which will disappear as soon as we make the indexing / searching pluggable.


Keith Brophy added a comment - 16/Mar/05 07:11 PM
This can be done as a custom field now. Unfortunately we won't be able to get to this before 3.3

Erik S added a comment - 25/Jan/06 01:10 PM
I hope this won't allow users to see links to issues they don't have permission to browse. (See http://jira.atlassian.com/browse/JRA-905)

Erica Cohen added a comment - 05/Apr/06 01:16 PM
I want to be able to see all linked issues in the table view so I can perform bulk functions on all related issues.

Bettina Zucker added a comment - 28/Sep/06 05:22 AM
When filtering all issues linked to a particular issue, it should be possible also to select the TYPE of link,
e.g. just to search all Blockers, or all Duplicates, and so on.

Bettina Zucker


Peter Walzer added a comment - 17/Oct/06 05:01 PM
I am not sure of the exact scope of this recommended Improvement, but ANYTHING that would provide better support for Linked Issues in the Navigator and in the View definitions would do wonders for the usability of your product. My client often teeters on "dumping" the product because of the lack of these basic features.

Specifically, we should have the ability to:

1. Display MORE than the issue Link Key in the Issue Navigator (Linked Issue Summary & Desc would be great as minimum requirements)

2. Select - AT LEAST - the Linked Issue Key in View queries. In this way, a listing of all linked issues to a particular "related" issue could be generated.

Is this what this Improvement would handle or do I need to suggest another Improvement?

Also, when is 3.7 scheduled for release?


Bettina Zucker added a comment - 18/Oct/06 04:07 AM
Hello everybody,

I solved my own question about displaying links in the navigator separated by link type by using a custom field type plugin. See:

http://forums.atlassian.com/thread.jspa?threadID=13601

Using this cf type you can also search links of a given type, define a filter for this search, and make 1d and 2D statistics on the filter,
which until now is not possible in Jira.

The plugin can be extended to show other information of the linked issues, like Peter would like to have.

Cheers
Bettina Zucker