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

Fixing the api version #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixing the api version
  • Loading branch information
ujala-singh committed Dec 7, 2021
commit 2bcf2989ae3738a6759876feba6e97d93e1ff35e
2 changes: 1 addition & 1 deletion common/net/Jira.js
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ class Jira {

async transitionIssue (issueId, data) {
return this.fetch('transitionIssue', {
pathname: `/rest/api/3/issue/${issueId}/transitions`,
pathname: `/rest/api/2/issue/${issueId}/transitions`,
}, {
method: 'POST',
body: data,
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.