I want to write a java based program which will interaction with the Rest API exposed by Jira Cloud (https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/). This program will interact w...
Hi, I try to create user using Java and REST API, but when i do it i have a 401 error. It is a user is not authenticated error. How i can authenticat with java and REST? Maybe somebody have some c...
...now How to download the attachment from JIRA
...heap size in Jira app running in a container as the Jira app uses Java heap configuration defined in 'setenv.sh' file. So, I posted my question here to get some suggestions or ideas on below, H...
I want to develop a java plugin for jira software cloud. Can i build jira cloud plugins using forge or atlassian SDK. Here i ant to use only java language. what happens if i build java plugin using S...
Hello, I am trying to get all issues from a project using Jira Rest Java Client using the following code: Iterable<Issue> issues = client.getSearchClient().searchJql("project = M...
With the usage of Jira increasing, we notice that Jira is blocking out users for typically 120 to 300 seconds. The timing of this blocking seems to coincide with the garbage collector runs of the Java...
I am using the Jira REST Java Client version 7.0.1 and looking to download attachments from Jira issues. I am currently using the IssueRestClient.getAttachment(URI) method, as shown in the code s...
Hi everyone, when atlassian will support the new Java Version (Java 17). Is there a roadmap which give some insights? Thanks in advance for any help. Kind r...
I want to create issue in existing project in jira using java program. please suggest me how to do.
Copied to clipboard