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
0
votes
2 answers

JIRA SOAP: Error message: [Could not load validator class] for progressWorkflowAction

I am using JIRA's SOAP API to change defect's status by jumping from one status to another and everything was fine until I need to jump on "verified" status where user needs to enter some text into textbox field. I am using progressWorkflowAction…
Dmitry Bakaev
  • 129
  • 2
  • 14
0
votes
1 answer

CustomField.getValue() always returns null in doValidation()

Three developers have spent a better part of an afternoon try to solve this: I have a text custom field that doesn't accept certain characters. JIRA has this validation built-in, but I want to go one step further and highlight exactly what character…
CNDyson
  • 1,687
  • 7
  • 28
  • 63
0
votes
1 answer

DeleteAttachment failing after plugin customization

I developed a simple plugin to bar files ending in .exe from being uploaded into my jira app. I overrode the AttachFile.doValidation() method to check for .exe in the filename. If it's there I return an error. Now when I try to delete an attachment,…
CNDyson
  • 1,687
  • 7
  • 28
  • 63
0
votes
2 answers

Sub-tasks and Greenhoper

Is it possible to see the sub-tasks in the Greenhopper plan screen of the agile page ? As it is now, we can only see the cases and not the children sub-tasks (sub-cases)
gpasse
  • 4,380
  • 7
  • 44
  • 75
0
votes
1 answer

jira logging finish time (not time spent)

After finishing some task, how is it possible in jira log this current(finish) time? So I don't want calculate time spending on task as start time of task + time spended on task, I want only enter finish time and time spent will be calculated(in…
jsoalevel
  • 33
  • 1
  • 6
0
votes
1 answer

restrict .bmp, .exe, .bat attachment types while uploading for an issue in JIRA

Is there anyway to restrict the attachments of types - .bat/.exe/.bmp, etc to be restricted while user trying to upload them in JIRA. I tried using the Servlet-Filter plugin module in JIRA. But I am not able to get the URL at the time of uploading…
Naren
  • 109
  • 1
  • 3
  • 13
0
votes
1 answer

using mail server to communicate with jira using api

im new to jira and its mail handlers.i want to use the jira's mail handlers to scan two folders in my mail box.and update two projects related to those folders. and i did that. but now i want to extend that functionality.i want to keep the mails in…
Sp3LLingzz
  • 303
  • 1
  • 3
  • 14
0
votes
1 answer

How to Get Greenhopper End date for Jira object Version in plugin

I am collecting data from linked issues to show in master issue. Our products consists of multiple components. For each of the components we have a team and a Jira project. There is a Jira project for each Product where we track features and…
Alexey
  • 13
  • 1
  • 4
0
votes
1 answer

Extend the 'Quick-edit' Plugin?

Can i extend the quick-edit plugin in jira so that i can do some custom validation on the quick-edit page? I have tried adding the quiick-edit plugin as a dependency and extending the QuickEditIssue class but it is showing the error Edit Issue "The…
0
votes
1 answer

JIRA Custom Field Context issue

I created a custom field(select list) called 'Type', and in Project A, I have 3 issue types, is there a way to configure 'Type' with different select list options for each issue type under Project A? Thanks for example: Issue Type 1, 'Type' with…
foolhunger
  • 345
  • 2
  • 12
0
votes
1 answer

JIRA/Greenhopper Handling patch releases?

We have the following scenario that we'd like to solve. We create a new sprint, call it sprint "A" with a bunch of issues. Then, we get a call from a customer which results in an emergency patch needing to be released. Here, we'd like to create a…
Adam Levitt
  • 10,316
  • 26
  • 84
  • 145
0
votes
1 answer

Automatically create comment when file attached to jira issue

Whenever an attachment is attached to an issue in Jira,I want to automatically create a comment. The comment should be displaying the hyperlink to that attachment Can anyone please help on how this can be done in Jira. Thanks in Advance, Naren.
Naren
  • 109
  • 1
  • 3
  • 13
0
votes
2 answers

Syncing Security Level from Rally to JIRA

I'm trying to sync Defects from Rally to Bugs in JIRA (syncing new Bugs from JIRA to Defects in Rally is working fine), but I was getting the following error due to Security Level in JIRA being a required field: [2012-08-16 08:24:52 Z] ERROR :…
SphericalN
  • 15
  • 3
0
votes
1 answer

Could not find a class for RallyJiraCommentLinker

Using RallyConnectorforJira-Ruby-2.7.4 I'm trying to configure the connector to sync comments between Rally and JIRA as documented at http://www.rallydev.com/help/Jira-config-RallyJiraCommentLinker.pxml , but when I add the following to my…
SphericalN
  • 15
  • 3
0
votes
0 answers

Configure Description field in Rally to be plain text

I'm using the RallyConnectorforJira-Ruby-2.7.4 to sync issues between Rally and JIRA, but the description field in Rally is using HTML/Rich Text and inserting tags into the description field in JIRA when it syncs. E.g.
Updating…
SphericalN
  • 15
  • 3