JIRA is an enterprise-class issue- and project-tracking system.
0
votes
1answer
27 views
GIT - Listing of All Files with Comments
Can anyone let me know how to create list of all files exists in GIT repo with their commit comments so far.
I want to list all the files with their GIT commit comments which included JIRA issue id , ...
0
votes
1answer
23 views
Rename JIRA project
I am not referring to the project key. I know I can't change that. I need to rename a project and I can't see how to do that. I am using Jira onDemand. The project already has open and resolved issues ...
0
votes
0answers
8 views
Jira RESTful table javabean->json conversion doesnt work
I'm trying to get the aui-restful table working for my gadget plugin, to have a nice ui.
Unfortunately I found out that my @POST-annotated create() methods provided Javabean parameter is always ...
0
votes
0answers
5 views
Jira AJS.RestfulTable.CustomEditView is undefined
This error is displaying in the browser console.
Full error log :
Failed to run init function: TypeError:
AJS.RestfulTable.CustomEditView is undefined
If I dont add a CustomEditView, my ...
0
votes
1answer
14 views
Update Complex Fields Using Jira Rest Client 1.1-m02
Hello I'm trying to update some complex fields such as Issue Type or Status using Jira Rest Client Library for Java and I'm having some trouble. This is what I've got so far:
Issue issue = ...
1
vote
2answers
25 views
Can I filter Jira Issues that were created via a mail handler?
I'm hoping to create a report that will return all of the Issues that were created via a mail handler that we have set up.
I thought about trying to use "reporter=" in the JQL, but that only works in ...
1
vote
0answers
22 views
jira: How do I put a text after a nested list?
In Jira, how do I put a text after a nested list in the context of the current numbered top level list? I have problems with indentation and numbering.
Desired:
1. one
Text before nested list
...
-1
votes
0answers
47 views
unable to change fullcalander event color ('fc-event-inner' CSS) (used under JIRA)
i went through other posts related to fullcaldner event color but it couldn't work for me.
I tried below
calendar.fullCalendar('renderEvent',{
id: ...
0
votes
0answers
10 views
Manage multiple test environments
I need some help trying to make my lab tests better!
Where I work every team has one server to test new features and bug fixes.
Then, each server is divided in slots. When a new feature is done, the ...
2
votes
1answer
31 views
Can Bamboo change status of tickets in JIRA
We have a Bamboo environment set up with JIRA integration.
Whenever a developer commits a fixed issue to git, he notes the issue number in the commit message, and indeed I can see the proper link for ...
0
votes
0answers
11 views
JIRA Email Notification when log time worked is reaching budget time
I would like to know if is there an option to send a notification when log time worked is reaching estimating time.
example:
Start.
Estimated:
Original Estimate - 5 minutes
5m
...
0
votes
1answer
12 views
JIRA - Link issues and subtasks
I have imported 2 excel files to JIRA, one excel contains only issues, and another contains only subtasks.
Both excels have a ID field.
Is there a way to link issues and subtasks with the same ID?
...
0
votes
0answers
32 views
User autocomplete textbox in velocity template
In JIRA, how can i create user picker autocomplete field into velocity template.
is there any service which can be use or any documentation or stuff helps a lot.
Thank You
0
votes
1answer
12 views
javax.mail.NoSuchProviderException in jira plugin
My email sending stuff was working fine before i executed atlas-clean. Now, i am not able send email from my created scheduler service and raising an error as below:
...
0
votes
0answers
7 views
Accessing custom Jira ticket fields from bamboo
I have a Jira ticket which will kick off Bamboo build tasks. Due to the nature of the project, the code repository that will be used is structured as follows:
trunk/product/product1
...
0
votes
0answers
18 views
Show dialog on new plugin
I'm new to jira-plugin development and I'm finding it a bit difficult to start with due to the lack of documentation and examples (at least it lacks in my opinion).
Right now I'm trying to show ...
0
votes
1answer
34 views
maven dependency error in jira plugin project
My jira plugin project was working fine. I have executed "atlas-clean" as changes was not reflecting in JIRA.
Now, when i execute - atlas-run then it gives me dependency errors as below:
...
2
votes
0answers
33 views
NoSuchMethodError showing for Jira when Java running as Web application, But gets output when running in main
I am creating a Java web application. I added Jira API jars for connecting to Jira to get Issues created in Jira.
And this is my Java program to get the issues
import java.net.URI;
import ...
0
votes
1answer
60 views
Unable to query on date condition in specific range
I want to fetch the record from HSQL database and query is as below:
ao.find(Issueda.class, Query.select().where("user=? AND TO_DATE(START_TIME, 'yyyy/MM/dd')>= TO_DATE(?,'yyyy/MM/dd') AND ...
1
vote
0answers
15 views
Use Tomcat and JIRA same time
I have Tomcat in my system(Unzipped. Not as a service). And I installed JIRA and created an issue there using this link
I have a Java web application, which is used to get URI, Issue Key, username ...
0
votes
1answer
26 views
Json file generation using Javascript serializer
I need to generate the following json files using Javascript serializer,
1. {"components":[{"name":"AA"}]}
2. {"customfield_10222":[{"name":"xxx"},{"name":"yyyy"}]} // this custom field represents ...
0
votes
1answer
17 views
Jira post error - expecting comma to separate OBJECT entries
I am trying to use the below code to create new project issue in my jira,
using using System.Text;
using System.Net.Http;
using System.Json;
using System.Web.Script.Serialization;
namespace Test
{
...
0
votes
1answer
48 views
Facing an issue for querying error as “HSQL Database : Unexpected token: END in statement”
I have created an activeobject query as below:
ao.find(IP.class, Query.select().where("user=? AND start>=? AND end<=?",u,datefieldl,datefieldl))
but it gives me below error:
There was a ...
0
votes
0answers
20 views
Jira SVN / Subversion Plugin does not synchronize / update after initial sync
I've gone ahead and installed the Subverion plugin and it did the initial sync of the repository so that I can see the check-ins at the task level however it does not see any subsequent changes. My ...
0
votes
0answers
13 views
Custom link from jira interface
We are switching on Jira on our work, and we still need to keep track of the time from our old system, only temporery, untill we switch to a Jira plugin timetracker.
Untill then we need a web button ...
0
votes
1answer
37 views
Maven Not downloading some JARs when adding repository for another dependencies
I need jira-rest-java-client:jar:0.2-m1.jar. So I added the following in my pom.xml(Thanks to answer by @kahowell for my previous question to download that)
<repository>
...
0
votes
1answer
91 views
Maven dependency for jira-rest-java-client-0.2-m1.jar
I want to download jira-rest-java-client-0.2-m1.jar using maven. But I dont know the dependency for that.
I tried the following
<dependency>
...
1
vote
1answer
17 views
Deploy jira plugin to a standalone JIRA using CLI
I have a standalone JIRA instance running on my server. I have built a jira plugin using the atlas-mvn command and this has created a jar file.
Usual process is to login to standalone JIRA UI and ...
0
votes
0answers
20 views
How to write Update query in activeobject entity
How can we write update entity ActiveObject - com.atlassian.activeobjects.external.ActiveObjects.
Any one please share me the stuff.
I am using create entity activeobject stuff as below and it ...
0
votes
1answer
37 views
How to get specified project and specified version from JIRA REST API
I take a look on this documentation http://docs.atlassian.com/jira/REST/latest.
And I also tried some query by myself but I don't find the answer yet.
I would like to get the data from a specified ...
0
votes
1answer
58 views
java.lang.ClassNotFoundException: com.atlassian.jira.rest.client.ProgressMonitor when trying to read JIRA Issue
I am very new to JIRA.Added dependencies for JRJC in maven. My scenario is to read Issue in my Java EE application.
I have created a simple class like
public class IssueCollector {
public void ...
0
votes
1answer
52 views
Jira 5.2 Seraph SSO Login behind reverse proxy
Since a few days I'm trying to enable SSO for Jira 5.2 and figured out, that the help page from Jira is outdated.
Each example uses an old version of atlassian-seraph (Jira 5.2 uses 2.6.0).
Goal:
...
1
vote
1answer
31 views
Script for making the field required in Jira create issue screen on the basis of Radio checks?
How can i make the fields Require dynamical on the basis of the radio checks, means if i select the option A then few custom fields should changed to require even if they are optional
from the field ...
1
vote
1answer
38 views
J query : image pop up should appear while checking a custom field in Jira create issue screen?
I am searching for a Jquery function which should take the URL of a image and a pop up image should appear while checking a specific options of a radio button in create issue screen of Jira.
...
-1
votes
0answers
9 views
Jira customized report showing full date when exporting to excel?
Jira customized report showing full date when exporting to excel but showing expected result when viewing?
I have applied SimpleDateFormat() to date its working fine when i am viewing date in ...
0
votes
1answer
15 views
Devoping a pie-chart using Jfree to add it as a plugin in JIRA
I have to develop a piechart using some coding and must make that file available as a plugin(jar) to be dsplayed in JIRA.. Can any one help me with the coding part of displaying piechart ?
0
votes
1answer
34 views
How to get details from JIRA using the webservices
I want to use web service in my Java EE application to get the details from JIRA.
My project scenario is to get details like from one Project.
How many defects are open for a project
How many are ...
0
votes
2answers
35 views
how to create a jira ticket from PHP application
I am trying to create a system that can create jira tickets from our application, which is independent of jira.
I have heard of REST API and Soap API but I dont really know how to use these api?
Is ...
0
votes
1answer
49 views
How to get the JSON response from the Greenhopper REST API in Gadget?
I am not able to get the response from the GreenHopper REST API for the url http://:2990/jira/rest/greenhopper/1.0/sprints/1 through my Gadget application.
I able to get the following output when I ...
0
votes
0answers
27 views
How to implement JIRA api with ci application?
I am trying to create a system that integrates with JIRA. I will have authenticated users who can create a ticket corresponding to Jira ticket types.
I am trying to use some api associated to Jira ...
0
votes
1answer
40 views
JIRA in IFrame portlet - javascript doesn't work
I'm attempting to embed a JIRA application into Liferay as an IFrame portlet. I can successfully navigate to the JIRA site and login, but after that none of the Javascript elements work. So I can't ...
0
votes
0answers
33 views
What are these numbers in Jenkins' Recent Changes screen?
In Jenkins, if you navigate to YourProjectName >> Recent Changes you will see a screen that looks like this (I apologize in advance for the crummy screenshot, for privacy reasons I had to blot ...
0
votes
0answers
24 views
Accessing a Web Server over the network
Here's the situation.
My company has a server. There is an existing project's web server being run on it, and I need to install JIRA alongside it. The existing project runs an Apache HTTPD Server on ...
0
votes
0answers
9 views
Security Schema and create ticket option for all
I created security schema "Private", with few members in this group; (eg : developers, managers, reporter and current assignee); when ever people from this group try to create a new ticket they are ...
0
votes
0answers
84 views
JIRA Rest API Login using C# HTTPS connection
I'm trying to connect to a https JIRA server using C#. I used code in the answer from this question and was not able to connect. I always time out. When I made a new http server the code worked and I ...
0
votes
0answers
17 views
How to use was clause with Jql
i am developing report plugin for jira where i need to get assignee for given duration.it could be diffrent than current assignee in given duration.
now i am building my query in report like below.
...
0
votes
1answer
27 views
Jira Gadget in Confluence config issue
I have a jira gadget that I wrote that I would like to be used from confluence. I have Jira and Confluence running locally on my machine. I have my gadget installed to my jira instance and I have both ...
-1
votes
0answers
15 views
Jira - Editing and saving Office attachments [closed]
I know it is trivial to open Excels spreadsheet in Confluence that is attached to a page, edit it and then save it back to Confluence.
I was hoping same thing would happen with Jira but it seems I am ...
0
votes
0answers
49 views
Scheduler job does not execute on specified interval
I have created jira plugin scheduler job which executes specified job class.
here, i am not able to execute scheduler job on specified interval as i have defined.
Below is stuff where schedule the ...
0
votes
3answers
56 views
Duplicate primary key exception MSSQL server 2008
I use MSSQL server 2008 as a database for my web application (JIRA) , Few days back I had inserted some values through database . Now when I try to add values through the UI I get the following ...
