Questions tagged [jira-plugin]

JIRA plugins add additional functions to Atlassian JIRA.

JIRA plugins are written using a framework based on Spring Dynamic Modules for OSGi.

834 questions
-1
votes
1 answer

How to download easyBI report in PDF format?

I am using this API to download PDF report of easyBI dashboard but I get this error only for PDF format but working fine with CSV and XLS. Please visit the eazyBI for Jira installation and setup documentation page and check setup instructions or see…
-1
votes
1 answer

Automating Jira Cloud backup

Is there a way to automate backups for my Jira Cloud site on a daily basis including pulling all the data and attachments?
ACal
  • 3
  • 2
-1
votes
1 answer

How can I send select2 value to my Java code?

I am developing a Jira Plugin (Servlet & Rest) which is shows project names in a select2 list and when user selects a selection, my datatable will show Issue keys and summaries of them. The problem is I need the selection of my select list in my…
-1
votes
1 answer

What is the best way to store and access JIRA plugin data?

I have been exploring Jira plugin development for a while. I have a scenario where I need to store user-specific data in the backend. Consider it a set of some Input fields(On right panel of view issue page), which asks some info from user and later…
Imamudin Naseem
  • 1,604
  • 18
  • 21
-1
votes
1 answer

I have a groovy script where I have value stored in a variable which I want to round off to 2 digit and return values

Code line: def origEst = issue.getOriginalEstimate() origEst = new Float(issue.getOriginalEstimate()/3600) def origEstTotal = origEst.floatValue() return origEstTotal I want to round off origEstTotal to 2 digits if it has decimal value.
-1
votes
1 answer

Confluence: the dropdown beneath the search box

I am new to Confluence (5.10.7). I am running an instance on my laptop. When I enter any search text in the search box, I am able to see a dropdown, in which there is some content as shown in the following screenshot (I entered "confluence"): I…
curious1
  • 14,155
  • 37
  • 130
  • 231
-1
votes
1 answer

Where is footer.vm used in Confluence?

I am new to Confluence, and I am playing with it (version 5.10.7). I am reading the system's code, and I am unable to find out where footer.vm is used. Here is where common-header.vm (another file in Confluence) is used: Inside main.vmd, there is…
curious1
  • 14,155
  • 37
  • 130
  • 231
-1
votes
1 answer

find the Issue from JIRA using java

I am trying to connect with JIRA and create issue.I have written the same code but i got some issue. pom.xml
-1
votes
1 answer

How to update custom field in jira 7+ using java

Answers to this question are outdated or incomplete on all the sources that I checked. Here are some examples: Delete issue in JIRA using Java How do I save a value into a custom field in JIRA programmatically? JIRA creating issue using…
-1
votes
2 answers

How to create 100 Jira tickets with different descritptions?

I have to create 100 Jira tickets. creating manually is going to take atleast 10 days, if I daily create one. Is there a way I can automate this or any trick which I can use to minimize the manual effort ?
-1
votes
1 answer

Auto Populating fields in JIRA

When a Story is linked to a Product Feature, I want all of its common fields to be copied over and they also need to be editable. I've been looking into doing a Validator script that's sort of hybrid of the Condition script, but I haven't had any…
melam
  • 1
  • 1
-1
votes
1 answer

How can we get JIRA rest authentication tokens in java class?

We are developing JIRA report plugin in which we are accessing some fields using REST apis. For that we need authentication (i.e. username and password or authentication tokens) so how can we get it and from where. we can't "get" a password from…
Vikas
  • 6,868
  • 4
  • 27
  • 41
-1
votes
1 answer

TFS4JIRA settings issue

what should i write in Synchronizer Application's External URL at TFS4JIRA settings? and what should be its password?? Can anyone give me an example??
-1
votes
1 answer

No action is taken when Link to jira is clicked in UI in SonarQube 5.0

I have set all the values in UI that are required by the jira issue plug-in. But 'Link to Jira' is working in SonarQube 4.5.1 and not on SonarQube 5.0 No action is taken when Link to jira is clicked in UI in SonarQube 5.0 Is it not configured in…
-1
votes
1 answer

how to resolve HTTP Status 500: java.lang.NoClassDefFoundError

When i use library(com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig or another ) returns status 500 with massage "java.lang.NoClassDefFoundError: com/sun/jersey/client/apache/config/DefaultApacheHttpClientConfig...", which…
1 2 3
55
56