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...
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, 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...
...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...
...now How to download the attachment from JIRA
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...
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...
for jira software 7.6.3 I am testing with Windowsserver 2012 and SQL2014, I installed java on windows server , then install JIRA. refer to the attached screenshot, I wonder which java JIRA...
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 want to create issue in existing project in jira using java program. please suggest me how to do.
Copied to clipboard