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

A simple JIRA REST client for Java

Results 106 jira-client issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, In JIRA the real date to be used for the Worklog is the started date, but this one is protected, could you add the getter? thanks

Enhancement

I can't found getStarted method with latest maven dependency jira-client 0.5. It looks like the latest version of jira-client wasn't uploaded on maven repo. Can you check that please.? Thanks.

Hello, I don't found how delete issue... It's possible to delete an issue or not ? Thanks !

I am attempting to update the custom_field configured below: ``` "customfield_13177": { "required": false, "schema": { "type": "array", "items": "string", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiselect", "customId": 13177 }, "name": "My Custom Field", "hasDefaultValue":...

Bug

Hi, I was wondering of you could release a new version with the latest greatest improvements and bugfixed on MASTER. I'd like to use the created/updated dates from issues, but...

Hi, I have just bumped into a strange case in mockito (as I was using mockito 2) and it seems to be related to `jira-client` setting mockito 1.9 as a...

Hi, I wrote a simple app which uses this library for some git post-commit actions.. being able to update JIRA automatically from git check-in comments. But, when I went to...

Currently when an issue is updated for a version, it expects the version is to exist. Can we enhance it to create the version if it does not exist. We...