-
Notifications
You must be signed in to change notification settings - Fork 57
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
In the IssueTransition interface the to
field is incorrect
#120
Labels
bug
Indicates a reported issue or malfunction that needs fixing.
Comments
This is an error in my code generator. I will fix this error manually, and after that, I will immediately fix the error in the code generator. This will remove similar errors in other places. But still, if you find such errors, create one more issue. :) |
I was using the fetch-Jira package 📦 and switched to testing this today instead.
—
Jamie Nelson
Sent while mobile
…________________________________
From: Vladislav Tupikin ***@***.***>
Sent: Thursday, May 6, 2021 6:55:56 PM
To: MrRefactoring/jira.js ***@***.***>
Cc: Jamie Nelson ***@***.***>; Author ***@***.***>
Subject: Re: [MrRefactoring/jira.js] In the IssueTransition interface the `to` field is incorrect (#120)
This is an error in my code generator. I will fix this error manually, and after that, I will immediately fix the error in the code generator. This will remove similar errors in other places. But still, if you find such errors, create one more issue. :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#120 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMTZSLF27JXZNZZEYWSHHLTTMI4PZANCNFSM44GA4UAA>.
|
MrRefactoring
added a commit
that referenced
this issue
May 6, 2021
* new telemetry methodName built * new telemetry methodName built * new telemetry methodName built * new telemetry methodName built * build fix * lint fix * new telemetry methodName built * build and linter fixed * #120 issue fixed * test fixes * 2.2.0
Fixed in v2.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When querying from Jira and looking at the
IssueTransition
object returned, theto
value is aStatusDetails
object, not an array ofStatusDetails[]
objects.jira.js/src/version2/models/issueTransition.ts
Line 11 in 49e9ea9
This also applies in both version2 and version3.
The text was updated successfully, but these errors were encountered: