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

Extend IssueTracker.closeIteration(…) to resolve release tickets #94

Closed
mp911de opened this issue Dec 11, 2018 · 0 comments
Closed

Extend IssueTracker.closeIteration(…) to resolve release tickets #94

mp911de opened this issue Dec 11, 2018 · 0 comments
Assignees

Comments

@mp911de
Copy link
Member

mp911de commented Dec 11, 2018

IssueTracker.closeIteration(…) currently marks release versions as released. It should also resolve release tickets. This is a pre-step to #6.

Jira does not support batch/bulk changes through its API. We would be required to send a request for each ticket in the release. This can easily turn into a DoS-like attack so it is safer, for now, to only close release tickets and close all tickets in a batch within JIRA itself.

@mp911de mp911de self-assigned this Dec 11, 2018
mp911de added a commit that referenced this issue Dec 12, 2018
closeIteration() now resolves release tickets within its release version to simplify post-release tasks.
@mp911de mp911de closed this as completed Dec 12, 2018
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

No branches or pull requests

1 participant