andygrunwald / go-jira

Go client library for Atlassian Jira
https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc
MIT License
1.47k stars 469 forks source link

GetTransition not work #620

Open Darvyn opened 1 year ago

Darvyn commented 1 year ago

Hi,

The method get a empty slice, but err is nil. Is there something wrong ?

Thanks

andygrunwald commented 1 year ago

@Darvyn Do you use Jira Cloud or Jira On-Premise?

And can you attach a minimal working example?