We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(This is mostly an issue to track implementing Remove-JiraIssue until I can get a PR in.)
Remove-JiraIssue
JiraPS should have a method for deleting issues in an automated fashion, as the API has support for it (see #135 and the Jira API Browser)
No implementation exists.
Implement Remove-JiraIssue, which wraps a DELETE call against /api/latest/issue/{key}
/api/latest/issue/{key}
The text was updated successfully, but these errors were encountered:
hmmwhatsthisdo
No branches or pull requests
(This is mostly an issue to track implementing
Remove-JiraIssue
until I can get a PR in.)Expected Behavior
JiraPS should have a method for deleting issues in an automated fashion, as the API has support for it (see #135 and the Jira API Browser)
Current Behavior
No implementation exists.
Possible Solution
Implement
Remove-JiraIssue
, which wraps a DELETE call against/api/latest/issue/{key}
The text was updated successfully, but these errors were encountered: