How to get all work items which contains attachment in RTC 3.0.1
Hello Everyone,
I am using RTC 3.0.1.
I want to access all work items which contains attachment in RTC.
Also I want to know where does this attachment got stored or path for this attachment.
Waiting for the positive response.
Thanks in Advance.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jan 23 '19, 5:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jan 23 '19, 5:22 a.m. RTC 3.0.1 is so far in the no longer supported area, that I don't even have it anywhere in access.
The question is pretty open and does not provide any business/use case, so here a short answer.
In general you could create a work item query and select a condition Attachment exists. That would give you all work items of a project area with an attachment.
In addition educate yourself in in what attributes an attachment has (in creating the work item query). E.g. it has only a name and no path. A path would not make any sense either. the attachments in work items are stored in a blob in the database. You only have access to that through the UI and APIs.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.