| Hello!
Unfortunately I'm unable to find a solution neither in manual nor here. The
problem is as following:
1) I have a list of URLs like <http://site/<issue_id>>; (many different ids).
2) These URLs have links to attachments, but these links are as following
<http://site/attachments/<attachment_id>/<attachment_name>>;
3) I was able to setup a project, which downloads all attachments from my list
of URLs.
The problem is that these <attachment_id> (they are used as local folders
name) have no correlation with <issue_id> (specified in URL). So in the end of
the day I cannot understand which attachment is for which issue.
Is there any way to solve the problem? | |