How can I add new items to the "Viewable by" field in the Work Log? Also I wonder to know how can I set one of them as the default according to the current user group. Let say the current user belong...
I am developing a Fisheye plugin and after doing a few cli pi's I get "WARN - Failed to retrieve Plugin Version from PAC" in the log file and Fisheye will no longer respond. I need to kill the server...
Hi, I have recently created a post-function plugin that will update a custom field of a linked-issue (not the current issue) using OrderableField.updateValue. While the plugin works as expected, I...
I currently setup LDAP in JIRA to get the users information from our internal team, and created external accounts for our clients. But I notice that once I setup LDAP, I can no longer change passwor...
I want the sender address come from component instead of global default or project specific. I have come up with the idea to take the component lead and make that user the sender. This is only for ou...
Is it possible to have the comments, that appear under the activities section of a JIRA ticket, show as "default" collapsed rather than expanded like it is currently? I didn't see this as an option...
I am using Confluence 3.4.6. How do I change an English language string in Confluence? For example, I want to change: Sorry, your username and password are incorrect. Please try again. to ...
I am looking for suggestions on how I could achieve the following: I have one issue of type feature and I would like to have a button or some option the user could click to auto create another issu...
Hi, is it possible to update a custom field using REST ? I want to integrate JIRA with an external system (LiquidPlanner) and it is very easy using their REST api to keep a reference to JIRA, but I...
We would like to show external open social gadgets (from the tool we develop ourselves) on JIRA dashboards and Confluence pages. At the moment, these gadgets use OAuth authentication (configured via ...
Hi, I want to send e-mail to user whenever some action is triggered. How can I achive that using confluence? Or should I use some external java library like java mail?
I've been using search service for some time now, mosty in classic jira plugins without problems. Recently I was doing some upgrade of old custom tabs, which were basically jsp pages with lots of s...
Hi, I have a few JIRA plugins that were developed for JIRA 3.10 and I would like to update them to JIRA 4.x and use the latest SDK. Reading the documentation it looks like the easiest thing is to r...
Hey, i want to create a Jira-Projects out of an external system. I thought about the APIs that are provided with Jira but unfortunately there are no functions to set issuetype- and workflow schemes...
I am creating a new plugin. And it requires a menu to be added to the page. I don't the plugin to be dependent on some other plugin. How to create a new menu parallel to 'Add', 'Tools' etc. on a Pa...
Hi, I am working on an auto-cloning plugin that will create clones in different fix versions based on data pulled from an external application. One of the requirements is to be able to invoke it bo...
I want to make a jira plugin that works like a workflow validator, but instead of not allowing a transition if certain conditions are not met, I want to just bring up a warning dialog where the user ...
I can't find any documentation/sample code to create a sub-task. can somebody shed some light here? I am trying to create a listener, which creates a group of sub-task once there is a same type of ...
Is it possible to create a task that would preprocess a build and cleanup after itself without resorting to final build tasks? My scenario is: * Run task (MyTask) that modifies version informat...
...assed for customfield 'test'. Allowed values are: [] Code: @Override public Map getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) { Map params = s...
Hi, i am a beginner trying to develop a confluence plugin. First i am trying to run the confluence with the atlas-run command. The server starts but getting exceptions about the hsqldb schema updat...
For example i want to change Enviroment property.I use this commands: RemoteIssue ri = soapSession.getJiraSoapService().getIssue( securityToken, "TCM-159"); ri.setEn...
I am looking for a good way to add meta tags (for a search engine) to all spaces in a Confluence installation. If possible I don't want to change the themes manually, as we have multiple themes and t...
Hello, I want the edit button, add and tool menu on the RSB of every page. Please, can somebody help me eith the code? Thanks.
Hi, im writing a custom seraph authenticator and im stuck on how im going to deploy it to jira, should it be in plugin format? I searched for whole day for answer, but haven t found anything... I tri...