go-jira icon indicating copy to clipboard operation
go-jira copied to clipboard

Go client library for Atlassian Jira

Results 200 go-jira issues
Sort by recently updated
recently updated
newest added

# Description This adds two functions `ImportSession` and `ExportSession`. These functions allow you to cache authentication cookies so you don't have to reauthenticate as often. This is especially useful for...

conflicts

## Describe the bug The example on "Create an Issue" runs into a panic with a status code: `400`. Formatting tips: GitHub supports Markdown: https://guides.github.com/features/mastering-markdown/ ## To Reproduce Provide a...

needs triage

## Is your feature request related to a problem? Please describe. Many people asking in Issues for small tutorials like "How do I ...". They might ask for single features...

## Is your feature request related to a problem? Please describe. I am developing a project dependent on the go-jira and I would like to start by using v3 Jira...

## Describe the bug Just wanted to share my love for the Repo, You guys have done a solid job! Thanks! ## Possible Solution Keep it up Close this issue...

Hello All, due to recently introduced change in user.go, search by user email now fails with 400 error. This is due to query parameter "username" was replaced with "query". I...

needs triage

## Is your feature request related to a problem? Please describe. InitIssueWithMetaAndFields current does not set the `Issue.IssuesField.Project` or `Issue.IssueFields.Type`, The passed in MetaProject and MetaIssueType only server to define...

## Describe the bug I wanted to use an accounts key to find out the account id, by calling `client.User.Find("ntr0")` but I only got this `error getting user data for...

## Is your feature request related to a problem? Please describe. You can add "expand" field to the search request https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get https://pkg.go.dev/github.com/andygrunwald/go-jira?utm_source=godoc#SearchOptions So if you add "names" or "schema" for...

Example https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-watchers/#api-rest-api-2-issue-issueidorkey-watchers-post ``` curl --request POST \ --url 'https://your-domain.atlassian.com/rest/api/2/issue/{issueIdOrKey}/watchers' \ --user '[email protected]:' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '""' ``` related https://github.com/andygrunwald/go-jira/issues/191#issuecomment-771658944

needs triage