We want to make the "Fix Version" field a required field, but only later in the workflow. It is possible, of course, to make it required from the start (during Create Issue), but the version is not...
I'm facing a problem in using Jira Suite Utilities plugin. My manager wants me to create a custom field that count the number of times that an issue is reopened and resolved(or closed) then reopened ...
...iraSoapServiceLocator; public RemoteIssue updateIssueField (String issue_key, String fieldName, String[] values) throws RemoteException { try { String fid = g...
Hi, I'm using a Groovy post function to select a group to assign to an issue to based on the choices in a cascading field. I've got most of the code done but the value that comes back from this pa...
Hi, guys! I couldn`t find getBuildNumber method in Build interface. There are only getLastNumber() & getFirstNumber() , but no getBuildNumber() method. http://docs.atlassian.com/bamboo/lates...
I have a gadget ,that must navigates to determinated page. Instead,the following is obtained: I use java script command like this: window.location = 'http://localhost:2990/jira/secure/pr...
Hi , From which Version of Confluence , We can use Plugin development using Rest API's ? I want to rest api's fom conflunce version 2.8 . Is this possible? If so , can you giv us any pointer. ...
...t; </webwork1> My class ExtendedCreateWorklog is: public class ExtendedCreateWorklog extends CreateWorklog { public ExtendedCreateWorklog(WorklogService worklogService, C...
I have to develop a plugin. Requirements are given below: 1) It is basically a people search feature which needs to be used inside a scaffold page. ( edit mode) 2) After searching people and sele...
I wanna make jira plugin for fast commenting of Test cases and i want to use ComenntImpl(http://docs.atlassian.com/software/jira/docs/api/latest/) Is that possible,because i didn't find way to connec...
I am getting up to speed on using Active Objects in my plugin. When it comes to unit testing I see that there is support for the JUnit framework via ActiveObjectsJUnitRunner. Is there equivalent supp...
...omponent key="captchaManager" class="me.daviderickson.confluence.ReCaptchaManager" public="true"> <description>Provides Captcha services.</description> <interface>c...
I am writting a plugin that involves overriding the CloneIssueDetails. The plugin, upon submission, clones the current plugin. This works fine in the test harness, however when pushed to a production...
I need to overwrite the classic confluence URL-Schema of /display/<spacekey>/<page> which is shown to the user due to generated spacekey's which are not really user friendly. I already ...
When I allocate a restricted space to a group, while the content is restricted in the Dashboard, the global profile updates still scroll ... how do I eliminate these from showing up!
I have created a simple decorator module. However, on pages with this decorator applied there is no header, footer, menus. It seems that my custom decorator overrides other bundled decorators. What t...
In Jira when you comment an issue you can choose who can view that comment (viewable by). Its All users by default. In one project ('THATPROJECT') I'd like to set the default to a specific group ('th...
...ew DefaultIssueChangeHolder()); boolean imp = ImportUtils.isIndexIssues(); ImportUtils.setIndexIssues(true); parentIssue.store(); ComponentManager.getInstance().getIndexManager().reIndex(p...
I tried simply get and its doesnt work too <Content type="html" view="profile"> <![CDATA[ <div id="hope"/> #requireResource("com.atlassian.jira....
What does mean by Crowd-enabled application? Please explain. We have JIRA (V 4.3.4) with plug-in crowd-rest-application-management. So do we need to install and configure any other Crowd application ...
Hi, I am trying to find a way to enrich a User's data programmatically on the server side, ie within the Crowd application. This would be used for adding data from some legacy system. The data is ...
I see that the spaceKey is stored here: <meta id="confluence-space-key" name="confluence-space-key" content="GHDEV"> ...but is that the best source?
Hi All, I want to create new page or Update an existing page in confluence. Is there any plugins available doing this. or Please guide me how to create a plugin to perform these actions. Th...
I'm trying to use Crowd (2.2.7) and its REST APIs for authentication in a Django web application. I've been able to validate credentials and create SSO tokens, but the SSO cookies I set aren't recogn...
Is there a way to programmatically create projects, plans, or jobs (etc.) for Bamboo? I'm really looking for a way to do this using a/the REST interface but from what I can tell the stock interface ...