New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-4444
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Mark Derricutt
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

XML/RSS for sub-issue doesn't identify parent issue.

Created: 03/Sep/04 12:37 AM   Updated: 30/Jul/06 07:37 PM
Component/s: Web interface
Affects Version/s: 3.0 Pro Preview
Fix Version/s: 3.7

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Jeff Turner [Atlassian], Mark Derricutt and Scott Farquhar [Atlassian]
Since last comment: 2 years, 8 weeks, 1 day ago
Resolution Date: 04/Jul/06 08:27 AM
Labels:


 Description  « Hide
When an issue is a sub-issue, the RSS/XML description of an item doesn't identify itself as being a sub-issue or which issue is its parent.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 03/Sep/04 01:07 AM
Sub-issues are implemented as a special link type. Would a block of XML like the following be sufficient?

<links>
<link type="subtask" name="JRA-123"/>
<link type="subtask" name="JRA-124"/>
<link type="Duplicates" name="TST-123"/>
<link type="Relates to" name="TST-456"/>
</links>

Or what info do you need?


Mark Derricutt added a comment - 03/Sep/04 01:19 AM
That would work well, although another thought just hit me - the link list is just another RSS feed.

So you could just include a <linked-issues-feed>.../someurl</linked-issues-feed> ( or suitable element name ).


Mark Derricutt added a comment - 03/Sep/04 01:20 AM
Just thinking about that, the generated RSS for the links should include a tag that says what the link type is. So is slightly different to the standard RSS feed...

Thoughts?


Jeff Turner [Atlassian] added a comment - 03/Sep/04 01:31 AM
In HTML it could be <a href="..." rel="subtask"/>. Whether a full URL or issue key is returned depends on what people want to use it for.

Scott Farquhar [Atlassian] added a comment - 04/Jul/06 08:25 AM
This is implemented in JIRA 3.7. The XML looks like this:
<parent id="$issue.parent.id">$issue.parent.key</parent>

Cheers,
Scott