Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jira] two new methods: download_attachments_from_issue and get_attachments_ids_from_issue #1334

Merged
merged 10 commits into from
Feb 10, 2024

Conversation

gkowalc
Copy link
Contributor

@gkowalc gkowalc commented Feb 9, 2024

Added two new methods:

  • get_attachments_ids_from_issue - returns list of ids for jira issue so that it easier to use otehr attachemtn method that rely on attachment id
  • download_attachments_from_issue - Downloads all issue attachment to current destination. Method tested with JIRA cloud, latest datacenter LTS (8.20) and on macos, windows hosts.
  • Examples and docs were also updated

@gkowalc gkowalc changed the title [JIRA] two new metods: download_attachments_from_issue and get_attachments_ids_from_issue [JIRA] two new methods: download_attachments_from_issue and get_attachments_ids_from_issue Feb 9, 2024
@gonchik gonchik changed the title [JIRA] two new methods: download_attachments_from_issue and get_attachments_ids_from_issue [Jira] two new methods: download_attachments_from_issue and get_attachments_ids_from_issue Feb 10, 2024
@gonchik gonchik merged commit da1c38c into atlassian-api:master Feb 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants