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
6
votes
1 answer

Configuring the Atlassian JIRA plugin to work with Jenkins CI system

I am trying to configure the JIRA plugin with Jenkins but I am receiving the error "This is a valid URL but it doesn't look like JIRA". I am trying to connect to my company installation of JIRA studio which is http://[company].jira.com and I know…
giles
  • 614
  • 1
  • 8
  • 21
6
votes
1 answer

How to add comment to Jira issue from Jenkins pipeline?

I have a Jenkins job that is configured via a declarative pipeline script. I would like to add a comment to the related Jira issue when a build passes / fails. The plugins that are available don't give very good documentation with regards to using…
simbro
  • 3,372
  • 7
  • 34
  • 46
6
votes
1 answer

XPathFactoryImpl not found error (using myBatis)

Using myBatis standAlone (Atlassian jira plugin(OSGi) environmnent) The following error has occurred. [INFO] [talledLocalContainer] org.apache.ibatis.exceptions.PersistenceException: [INFO] [talledLocalContainer] ### Error building…
Jongbum Lee
  • 145
  • 2
  • 8
6
votes
1 answer

Jira dropdown menu with sub-level

I'm trying to achieve this behavior while building a plugin using the tags but there is nothing in the docs that will help me to figure out the proper tags. I know that solution works to build sub-levels with html so there…
Carlos
  • 139
  • 2
  • 12
6
votes
4 answers

Updating Jira tickets from Jenkins workflow (jenkinsfile)

How can I update a jira issue from within a Jenkinsfile (jenkins-worflow/pipeline)? Is there a way I could use the Jira Issue Updater plugin as a step in the Jenkinsfile? I know I could use the Jira RestAPI, but I'm trying to figure out if I can…
portenez
  • 1,189
  • 1
  • 10
  • 19
6
votes
2 answers

How to access the next page using JIRA -REST-API for python

I am trying to fetch all issues related to a project. When I execute the below code, I get only 50 results. I need to navigate all pages and get all the bugs.Please help all_issues = jira.search_issues('project=ProjectName') each_issue =…
Rakesh Nittur
  • 445
  • 1
  • 7
  • 20
5
votes
2 answers

Any way of getting PyDoc into Jira Confluence

I'm using PyDoc to generate documentation from my Python code and I'm using Jira's Confluence plugin to manage documentation. Is there any way to generating PyDoc documentation and putting it into Confluence? Googling didn't yield too many…
Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382
5
votes
4 answers

Using a JIRA workflow function to create a new issue in another project

Context I have a JIRA project for core product which we use both for bug tracking and managing product backlog as epics and stories. I have a number of projects using that core product - each has its own JIRA project. Each project may identify…
Peter Whitfield
  • 495
  • 1
  • 5
  • 13
5
votes
1 answer

Jira User-Status dashboard?

I was trying to find some extension (or maybe built-in functionality) for Jira which would allow to assign a status to a user like it is possible in popular messengers, e.g. "on vacation" or "doing home-office today". It would be great to see a…
Anton Boritskiy
  • 1,539
  • 3
  • 21
  • 37
5
votes
1 answer

How to increment/update a issue custom Value in JIRA, based on its previous value?

Hello I have a lot of automatic issue creation and commenting in JIRA. And wanted to add to the issue a customField named "Number of automatic updates" that increments everytime an issues is commented. The tipical solution for this is using the…
CMPSoares
  • 4,175
  • 3
  • 24
  • 42
5
votes
3 answers

Filter issues updated by particular user in period of time using JQL

Is there any way to find all issues updated by particular user in particular time period in every day by using JQL or is there any plugin to solve this?.
Nuwan
  • 1,226
  • 1
  • 14
  • 38
5
votes
5 answers

How to trigger a Jenkins job from a status change in Jira

I have been looking for a while now for a way to trigger a Jenkins job from the status or a ticket/story in Jira changing status. To give a more detailed example when my team moves a ticket to the 'ready for test' column we would like to be able to…
5
votes
3 answers

How to use JIRA AUI functions in my own custom field - velocity edit.vm

I am trying use some AUI in my JIRA - in edit mode of my own custom field written in JAVA. I found this page: https://docs.atlassian.com/aui/latest/sandbox/# and in future I would like to use set an example…
ganoes
  • 73
  • 1
  • 8
5
votes
2 answers

Why jQuery hide()/show() ruin HTML select in Chrome?

I am writing jira-plugin and I need to edit customfield on create issue screen. I use jQuery to do this. I have a problem with jQuery hide / show methods used on html select in Chrome (under Firefox works well). The problem is I have 3 different…
patrykf
  • 449
  • 5
  • 19
5
votes
2 answers

How to include JIRA REST Java Client in a JIRA plugin?

I'm new with JIRA plugin development, so my question might sound too easy, but please be patient and read it carefully, because I've tried so many things, found on the internet, and none of them worked. That's why I'm asking it here, as my last…
Mladen B.
  • 2,784
  • 2
  • 23
  • 34
1
2
3
55 56