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 Please describe _what does this Pull Request fix or add?_. atm the use of custom fields is impossible, because the value could only be a string, so a...

I think it's safe to say that neither @andygrunwald nor I use this library much, nor have the time to give it proper attention. We've also reached out to Atlassian...

help wanted

I tried to set a Duedate as field: ``` jira.Issue{ Fields: &jira.IssueFields{ Duedate: "incorrect format", }, } ``` but I do not seem to get the right format.

needs triage

## Is your feature request related to a problem? Please describe. A project my team and I are working on depends on the `security` field from an issue. This currently...

Adds board location in boards. Added location attribute to mock json.

conflicts

Hi, I'm trying to mock one of the functions in this library so that I can perform tests without actually talking to a Jira instance. I've not been able to...

needs triage

## Is your feature request related to a problem? Please describe. Yes, on my particular Jira installation, I cannot use v2 REST API's for worklogs but I _can_ use v4...

## Describe the bug I'm setting HTTP_PROXY, HTTPS_PROXY and NO_PROXY env vars, but it seems the Jira Client isn't taking these into use.

Hi team, Recently we are creating a custom app that consume JIRA data, whe need to get values trhought custom fields, can you help me with an example of how...

# Description Added the feature to interacts with the Jira Data Center/Server Audit Logs such as Search Audit Logs and Create new entries. Information that is useful here: * **The...

conflicts