If user enters two or three times wrong password, user is asked CAPTCHA question. We want to avoid this CAPTCHA question on login screen. Please let us know the configuration to avoid this CAPTCHA qu...
Hi, I have in macro class this code: ChartUtilities.saveChartAsPNG(new File("myChart.png"), chart, 1000, 500, null, true, 0); String chartImageName = chart.createChart(); context.put("c...
Hallo! I want to write a SOAP Client to connect with JIRA an report a bug there. But when i try to: token = soapSession.getJiraSoapService().login("user","password"); My Compiler says: Proc...
Hi, How can I send an email notification from a crucible plugin to a crucible user? Where can I find the API for sending email notifications? Regards, Christian
...oap:getIssuesFromTextSearch soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <in0 xsi:type="xsd:string">i8nn0pbo3q</in0> <in1 xsi:type="xsd:string">reset=true...
Hi, how can i add a general comment from a plugin? I only have a methot to get all general comment, now I can add one - but how to set the comments again? Is there an other way? regards, ch...
AbstractCustomFieldSearcher API not found in jira 4.3.4.Is this replaced with any other class if so plz inform us.
Hi, I'm doing the similar concept as this post: http://forums.atlassian.com/message.jspa?messageID=257343585 Except I want to just send email to a group of users when a custom field is change fro...
I was looking in my logs and I have a ton of velocity errors for the issue navigator. The built in operations are all fine but the plugin operations don't replace the velocity variables resulting in...
Hi, I'm using security schema, which allows assignee and reporter to view the request. After changing transition is displays the message permission violation, because I attribute the transit...
I want to be able to fire off an event based on a custom field being changed to a certain value. So for example, if I an issue, called PROD-1234, and it has a select list field called Options. Op...
I recently learned that you can use lucene to search page metadata (such as scaffolding fields) with this format: metadataFieldKey:"the field text" Is there a way to use a wildcard in this search...
Similar to answers.atlassian.com, it would be great I have the ability to auto-mark a comment as a solution. When marked, JIRA will stylize the comment box with maybe a green border, allowing users...
I'm having touble pulling data from an external database to a customfield. I'm using the Microsoft JDBC 3.0 driver to connect to a SQL Server. I simply added the .jar file to my class build path. W...
How to find out user currently viewing/editing page? Basing on page id, how can I get userName?
Hi, i try to protect an application using the CrowdSecurityFilter as described in the documentation. I added crowd-integration-client-2.2.7.jar and all jar's in lib from the client directory of t...
I am trying to add external jar to my plugin. I create META-INF\lib folder in target\classes and I place my jar there, but when I build the plugin there is an exception: java.lang.RuntimeExcepti...
Is there a way to embed/link calendar content within JIRA to a wiki page in Confluence?
Hi, I have configured plan for maven project in Bamboo 3 with maven executables. When I running the job it is throwing error for Oracle drivers. I know, I need to install the Oracle drivers i...
I early used mysql in my plugins. Suc dependency: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <ve...
As a plugin developer I am interested in adding new type of activities to the Activity Stream plugin. Is this possible and if so, were would be a good place to start?
Hi, Please, please tell me of a keyboard shortcut to switch between WIKI MARKUP, PREVIEW, and RICH TEXT modes! Scrolling to the top of the page each time is very cumbersome, time consuming, and inc...
Hi, How can I obtain a list of all files that belong to a review? I already have the reviewId and the reviewData. Regards, Christian
Hi, How can I obtain a list of all reviewer that belong to a review? I already have the reviewId and the reviewData. Regards, Christian
I am trying to use jQuery in my Fisheye servlet plugin but cannot seem to find any documentation on how to make it available. I see a #requireResource directive for my template but it refers to confl...