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
5
votes
3 answers

How to display story points on cards on GreenHopper Kanban?

I'm considering switching from scrum to Kanban template on JIRA GreenHopper. user Story Cards on kanban style work mode does not show user points : How can I change it to this :
Nicolas Henin
  • 3,244
  • 2
  • 21
  • 42
5
votes
1 answer

Single file upload in JIRA

I am trying to upload a single file on JIRA for my plugin. Default JIRA upload behaviour is uploading the files via Ajax and converting them to checkboxes, thus enabling multiple file to be "uploaded" via one form type="file" element (see the…
kenor
  • 1,888
  • 2
  • 16
  • 27
4
votes
1 answer

Installing the JIRA Mobile Connect SDK on iOS

I have download the Whole code from JIRA Mobile connect's home site but I have facing this issue while install the JIRA Mobile connect,All the things is perfect but in My project i have one JMCViewController.xib and it contain one scrollview and…
Muhammad Rizwan
  • 3,470
  • 1
  • 27
  • 35
4
votes
1 answer

How to add new dialog on workflow transition in Jira

I want to make a jira plugin that works like a workflow validator, but instead of not allowing a transition if certain conditions are not met, I want to just bring up a warning dialog where the user can choose to continue or cancel the…
marcush
  • 79
  • 1
  • 7
4
votes
3 answers

XSRF check failed when sending POST to custom rest endpoint

I have a ScriptRunner Fragment which shows a form dialog. Here is the code: import com.onresolve.scriptrunner.runner.rest.common.CustomEndpointDelegate import groovy.transform.BaseScript import javax.ws.rs.core.MediaType import…
Eloi Serret
  • 139
  • 1
  • 1
  • 5
4
votes
6 answers

How to develop a JIRA plugin that display charts?

I am a newbie in JIRA World, my mission is to develop a JIRA plugin that display charts (pies, histogram, etc.). The user would choose the criteria of search and the type of charts, and the user should be able to save those charts (Word/PDF). I…
Rym
  • 77
  • 1
  • 6
4
votes
4 answers

How to request from JAVA to support something?

Atlassian JIRA is a powerfull issue tracker which I am using it for a long time, as it is a good issue trakcer I bound to Localize it to my locale. I found Their page in Linkedin and asked them if I can translate it, as it was welcomed in the…
Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100
4
votes
1 answer

atlassian plugin sdk: maven dependency not resolved for apache commons

We have been working on JIRA plugin development and using apache-commons library for file upload purpose as…
strike
  • 1,031
  • 8
  • 24
4
votes
1 answer

How to get jira project issues total count faster using jira-python?

The following code returning all jira's and taking more time. i want to get the total jira count faster, without jira details jira.search_issues('project=PROJ and assignee != currentUser()') From the following link we can get total count using JQL,…
Lava Sangeetham
  • 2,943
  • 4
  • 38
  • 54
4
votes
2 answers

Injecting SoyTemplateRenderer in custom Atlassian JIRA plugin

I'm currently trying to develop a custom Jira plugin, which also uses a servlet to render a Soy template. This is the code of my servlet: /* * To change this license header, choose License Headers in Project Properties. * To change this…
Mario Fraiß
  • 1,095
  • 7
  • 15
4
votes
3 answers

Atlassian aui single select isn't rendered in velocity template

I'm trying to add single select to my Jira Plugin according to aui documentation I added dependency to plugin.xml: com.atlassian.auiplugin:aui-select And added related code to velocity template:
Darya Golub
  • 61
  • 1
  • 1
  • 6
4
votes
2 answers

JIRA rest api to fetch the activity stream

I am trying to get activity stream of my jira instance using the below api and it is not working , can anybody point me in the right direction ?
4
votes
1 answer

Programmatically Creating a CustomField

I've been trying to figure out how to create a custom field in my Jira Plugin by using the Atlassian SDK, but I'm running into a couple of issues while wondering though the documentation and docs. Currently, I am able to create a custom field with…
Tyler Wright
  • 795
  • 1
  • 9
  • 28
4
votes
3 answers

Displaying how often an issue has been reopen in JIRA

I'm currently running a fairly out-of-the-box JIRA setup that is live and being used. Now I'm at a point where I would like a custom field in each bug that will display the total amount of times and issue/bug has been reopened. There is a plugin…
RamblingAP
  • 145
  • 2
  • 9
4
votes
1 answer

get code review tasks to display in dashboard in JIRA, assigned to me widget or similar

Does anyone know how I might get Code review items to pop up on a jira dashboard. I've tried various queries and different widgets (only one I can find from crucible), but alas I can't seem to find a way to get these to show up without having to…
Rob Allen
  • 2,871
  • 2
  • 30
  • 48
1 2
3
55 56