You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when getting the list of projects that a Jira user has access to (jira.listProjects()), the documentation isn't clear about using the query parameters supported by the api. For example, expand and properties.
I want to include issueTypes in the response, but limit the returned fields to issueTypes, key, and id.
Update
the params aren't supported by this library, for the method, but will support be added?