Hi, I recently came across LiquidPlanner (http://www.liquidplanner.com) which looks great I think. They have an API which would make it possible to integrate JIRA and LiquidPlanner. Has somebody tr...
Hi, is there a way to avoid that a user resolves an issue if there is still a time estimation left on it? I assume that the Groovy Script Runner can do it, but maybe somebody has already figured ou...
Is it possible to create a plugin using the SDK that will allow a user to run an action that he or she wouldn't ordinarily have permission to do? Here's a specific example: A number of users ...
I see from the Confluence database schema that tags can have namespaces. We'd like to be able to create a set of tags that are visible only to our internal users. For example, we'd like to be able...
Hi all, I am trying to utilise the JIRA Scripting Suite to update the linked issues of an issue in a Post-Function. Looking at the API, I cannot see a way of producing an enumerable of issue objec...
I have a Confluence site with global USE permission for Anonymous users. I have the Site Homepage set to a specific space to 'sandbox' the anonymous user. However, a user could still navigate to the ...
Is it possible to enhance the existing label system in confluence with a plugin? What we want to do is to add some label suggestions to the existing ones with metadata attached. This should also be...
...mplementing Administrative and not implementing it (it is a problem with the plugin configuration action): public String doDefault() throws Exception { ... } Googling for this error, only 1-2 developers o...
I am writing a Confluence macro that should perform different behavior depending on if a user belongs to a particular group. I am able to retrive the User object using the AuthenticatedUserThreadLoc...
The API for user and group management, user searching, permissions, etc. was significantly reworked in Confluence 3.5 because of the addition of embedded Crowd, so I'm curious if I should expect addi...
I'm writing a wiki-based user guide. How can I create a search box that limits its search to the pages in the user guide?
...perationType.CREATE_USER) { writable = true; return directory.getId(); } } } } return null; } public User addUser(S...
Is it possible to remove the share with everyone option on Filters in JIRA V4.2.1? I have tried editing the edit-share-types.jsp and select-share-types.jsp files but it does not seem to work.
Hi, i need to connect confluence to a jackrabbit jcr. all attachments should be uploaded in there. things like the confluence search should work as ussual.. i got a webservice running which pro...
We need a filter that would fetch the time the user has logged for the week. Since there could be multiple person working on a JIRA, we are unable to get the time for the JIRA the user has logged tim...
Anyone tried embedding Google Charts within Confluence? I encountered a strange scenario where I embed a working code below within the html macro. It works in preview mode and the saved page, but w...
What task should I use to configure the release management plugin when setting up a new plan? The documentation under https://studio.atlassian.com/wiki/display/BRMP/Bamboo+Release+Management+Plugi...
I am working through transitioning from an inhouse tool into JIRA 4.3. The Jelly Tags [1] for CreateIssue show versions and fixVersions should be assignable. The code I'm using looks something like...
I'm looking for a way to create an issue from an email with a specific issue type and possibly a due date. It seems that the only plugin for this is unsupported. Advanced Mail Handler (https://plugin...
...he code: package com.xyz.crowd.plugins; import com.atlassian.crowd.event.user.UserCreatedEvent; public class UserCreatedListener { @com.atlassian.event.api.EventListener public void p...
Are there any plans to use NetworkedHelpDesk.org APIs for exchanging issue information across JIRA instances in the future?
What I want to do is: write a program that retrieves the history of which versions issues have been assigned to over time. If issue n was "fix for" version 1.0 on 2011-05-21 and was moved to 'fix for...
Is it possible to modify the bundled themes stylesheets and/or layout? What's involved? What are the risks/considerations?
What is the best way to conditionally prompt a user to enter field data with a JIRA plugin? For example, if a user enters data in field A, I want to prompt them to enter data in field B. The constr...
Is there a list of web panel location points? I am trying to create a new project admin web panel module and can't find what to specify in the location attribute for the plugin module.