Issue Details (XML | Word | Printable)

Key: JRA-7213
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Dylan Etkin [Atlassian]
Reporter: Nick Menere [Atlassian]
Votes: 3
Watchers: 4
Operations

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

SOAP Interface - getAttachmentNames(...) always returns null

Created: 04/Jul/05 12:03 AM   Updated: 26/Sep/06 01:24 AM
Component/s: Remote API (SOAP & XML-RPC)
Affects Version/s: None
Fix Version/s: 3.6.4

Time Tracking:
Not Specified

Issue Links:
Cloners
 

Participants: Bill Schneider, Dieter Greiner, Dylan Etkin [Atlassian] and Nick Menere [Atlassian]
Since last comment: 2 years, 1 week, 6 days ago
Resolution Date: 01/Aug/06 08:36 PM
Labels:


 Description  « Hide
The method - getAttachmentNames() on RemoteIssue always returns null, even when issue has attachments. attachmentNames is never being set.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Bill Schneider added a comment - 06/Oct/05 02:32 PM
Is there a workaround, or any way at all to get attachments from the remote interface?

I would just like to get a list of names and IDs, to construct a link to the "real" attachment.


Nick Menere [Atlassian] added a comment - 07/Oct/05 12:01 AM
Sorry Bill,

This method is still broken and the only workaround is to use HTTP/REST on the view issue screen.

Sorry for the inconvenience.

Cheers,
Nick


Dylan Etkin [Atlassian] added a comment - 01/Aug/06 08:36 PM
This has been fixed. The RemoteIssue will now contain the attachmentNames if for all attachments of the issue.

Dieter Greiner added a comment - 25/Sep/06 10:13 AM
Ok, in 3.6.4 it is possible to get the plain file names of the attachments ... but how do i construct a download URL from this information?? I still need the id, which is unfortunately not the id of the issue