jira-client
jira-client copied to clipboard
A simple JIRA REST client for Java
This is a major change and it's fine if you reject it. It adds several dependencies to get JiraClient to support OAuth via fernandezpablo85/scribe-java (which required RestClient to become an...
Bumps httpclient from 4.2.5 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
l use this method ok in maven projects but when in a springboot projects . it return 404 . l don't know why it behaves like this.
Now the latest version is 0.5 but don't support Agile API, which version will support it? thanks.
This NPE did occur with newer versions of httpclient (e.g. 4.5.10)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
like this: issue.update().field(Field.STATUS,"测试通过").execute(); but result is 【net.rcarz.jiraclient.JiraException: Field 'status' does not exist or read-only】
In order to make calls to JIRA on behalf of users, support for using an OAuth access token would be great. There's sample code for the actual OAuth dance: https://developer.atlassian.com/jiradev/api-reference/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication
i find a error as the title,throught the dubug i found the Field.clss had a method getFieldMetadata(), if (editmeta.isNullObject() || !editmeta.containsKey(name)) throw new JiraException("Field '" + name + "' does...