floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

issue.transition options maybe wrong? #107

Closed ghost closed 5 years ago

ghost commented 6 years ago

Hi,

thanks for making this software!

I was reading through issue.transition and think that the documentation stating that transition in opts must be a string could be wrong?

The documentation on Atlassian says transition is an object expecting an id key within it.

screen shot 2018-07-12 at 12 15 18 pm

from here (sorry couldn't find the bookmark position in the page)

please feel free to close the issue if am wrong.

floralvikings commented 5 years ago

This repository is only very lightly maintained; you are welcome to submit a pull request if there is behavior you'd like to add, I do occasionally check the PR list and merge code that is within the scope of this tool and doesn't include breaking changes.

If you have found a bug please indicate the desired behavior and provide a minimal example demonstrating the incorrect behavior; I do try to fix bugs as they come up but I have very little time to devote to this repository anymore, so I can't make any guarantees.

If you have a feature you'd like to request, please indicate the desired behavior. I will almost certainly never have the time to implement it myself but this repository does see occasional PR activity so it may be added by a generous contributor. You are, of course, welcome to submit a pull request yourself implementing the desired behavior.

MrRefactoring commented 5 years ago

Solved in 2.12.0 version