Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. attach_list = issue.fields.attachment
  2. print attach_list
  3. print attach_list[0]
  4. print attach_list[1]
  5.  
  6. [<JIRA Attachment: filename=u'test.xlsx',
  7. id=u'525427',
  8. mimeType=u'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'>, <JIRA Attachment: filename=u'test2.csv',
  9. id=u'525515',
  10. mimeType=u'application/vnd.ms-excel'> ]
  11.  
  12. test.xlsx
  13. test2.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement