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
26
votes
4 answers

How to create a report in Jira of all the hours I've worked in a week

We use Jira ( plain jira, no greenhopper ) for project/task management and a separate system for time tracking. How can I run a report to extract all the hours I have worked in the last week?
jeph perro
  • 6,242
  • 26
  • 90
  • 124
14
votes
4 answers

How do I save a value into a custom field in JIRA programmatically?

I've spent days trying to find out how to save or update a value into a CustomField programmatically and finally found out how it's done. So I'll make this a question and then answer it as I would have loved to have this question and answer. There…
enormace
  • 641
  • 2
  • 6
  • 20
14
votes
1 answer

How do I close a project in Jira?

There are a few tasks still open in the backlog, but we're done with the project and I would like to close it. How do I do that?
jeph perro
  • 6,242
  • 26
  • 90
  • 124
12
votes
4 answers

Create JIRA sub-tasks automatically when issue created

I am wondering there is a way to create sub-tasks automatically when issue created. For example, I create a custom Standard Issue Type, XXX, and Sub-tasks Issue Type YYY and ZZZ. When I create a issue with type XXX, then two sub-tasks with…
ttt
  • 3,934
  • 8
  • 46
  • 85
10
votes
3 answers

atlassian-plugin.xml contains a definition of component-import. This is not allowed when Atlassian-Plugin-Key is set

This is what I get when I run atlas-create-jira-plugin followed by atlas-create-jira-plugin-module selecting option 1: Component Import. The problem is that all tutorial examples appear to have plugin descriptor generated by old SDK version (that…
tishma
  • 1,855
  • 1
  • 21
  • 43
10
votes
1 answer

How to get JIRA Agile issues assigned to the current sprint for the current user using the JIRA REST API?

I'm getting started working with the JIRA REST API. I've learned how to get all the issues assigned to the current user: rest/api/2/search?jql=assignee=currentuser() ...now I am trying to filter those by the current sprint. I think this…
Andrew
  • 227,796
  • 193
  • 515
  • 708
9
votes
6 answers

Export JIRA Data

What is the best way to export all JIRA data (projects, issues, ...)? I saw that there is an API and a plugin mechanism which probably can provide all the information. But what is the easiest way to export the data? Does it work out of the box or do…
duedl0r
  • 9,289
  • 3
  • 30
  • 45
9
votes
2 answers

How does Jira link to git?

We are using Jira and have our code in a Git (1.7.4.1) repository. I see that there is a Git plugin for Jira (4.0.1), but I'm not able to figure out from the web site how we can associate a branch or different revisions with Jira tasks. Assuming…
Dave
  • 8,667
  • 25
  • 72
  • 90
9
votes
1 answer

JIRA JQL: coloring cards by blocked status

I'm trying to use the "Card colors" feature of JIRA Agile, plus the ScriptRunner plugin, to color blocked cards on a JIRA agile board. My definition of "blocked" is: ticket has a value for the "Blocked" field or is linked to an unresolved ticket in…
yolfer
  • 95
  • 1
  • 8
8
votes
2 answers

How to record and run Test Cases in JIRA?

I have a web application which I need to continuously and rigorously test and automate the testing process on JIRA. I use JIRA Cloud subscription. How do I implement the below requirements on JIRA: 1 - Writing Use Cases (user stories) and have them…
Mohamed Heiba
  • 1,813
  • 4
  • 38
  • 67
8
votes
2 answers

OsgiPlugin - Plugin never resolved service error

I started developing a jira addon, but I'm getting errors. My latest one, which I'm unable to fix is [INFO] [talledLocalContainer] QuickReload - Plugin Installer ERROR [c.a.p.osgi.factory.OsgiPlugin] Plugin 'xy' never resolved service…
J. Doe
  • 105
  • 2
  • 8
8
votes
2 answers

Jira for bug tracking and customer support?

We are thinking of using Jira for bug tracking and to integrate it with Git to connect bug fixes with version handling. Do you recommend Jira also for customer support or should we find another system like for example Zendesk for that purpose? I…
user2144454
  • 81
  • 1
  • 2
8
votes
1 answer

Integrating BuildBot into JIRA

We have a BuildBot setup for our continuous build. Additionally, we happen to use JIRA for all our bug-tracking and task needs. What I was trying to accomplish (and have found little to no information on) is integrating build numbers (from builds…
RamblingAP
  • 145
  • 2
  • 9
7
votes
2 answers

JiraRestClient search returnes no results for JQL query

I am facing issue related to Search JQL. I am using the query (issuefunction in issuesInEpics('key = ABCD-24911') and issuetype=Feature) In Jira it is returning some record but when I am using this query in JiraRestClient it is not working, but…
Sitansu
  • 3,225
  • 8
  • 34
  • 61
6
votes
2 answers

JIRA: On Sub Task creation, inherit custom fields from Parent

In JIRA, is there a way when a sub task is created, to have it inherit custom field values from the parent? For example, we have custom fields called "Epic" and "Feature". If the story has an "Epic" value of "Email" and the "Feature" value of…
Kevin Lamb
  • 717
  • 1
  • 8
  • 18
1
2 3
55 56