I have a custom field that is a instance of LabelsCFType, but I don't know how to set values for the field. My code looks look: CustomField cf = ComponentManager .getInstance() ...
Hi, I have a question about how confluence storing package files. In example i have a webwork action MyAction and some file named as myfile.txt package for this objects is <root>/src/main...
Hi, My company runs JIRA (v4.2#587) and I am developing an application that integrates with it through a SOAP Client. The application is in C# although this isn’t exactly relevant as the concept sh...
Hi, I have to create a new custom field where the default value should be as same as the value of the field "reporter". Anyone, please let me know the steps to achieve this. Many Thanks! Safikur
While trying to run the JIRA REST Java Client inside JBoss, I wondered why there is a direct dependency to Jersey. Is there no possibility to build this just against the JAX-RS API so the implementat...
I read http://wiki.customware.net/repository/display/ATLASSIAN/Writing+an+Atlassian+Gadget and somethisng not clear. How can I get login of current user in gadget.xml? Perhaps silly question. AJS...
I am creating a confluence macro that allows inserting an image with a caption. I want to limit the width of the container to the width of the image, and wrap the caption text if it exceeds this widt...
Hi Folks, I am developing a Fisheye plugin that uses its own instance of an H2 database. All interaction with the database is via JDBC and the Spring JDBC template support. When I altas-run and hav...
Hi I want to define a new permission for managers that they can view only groups related to them in Groups field. How I can do it? Sincerely yours Ansar Rezaei
hi i have a problem in javascript in jira,is it possible to access the value of the current user or reporter in the form before creating issue? i want to show current user in a feild without possi...
I'd like to automate updates to a global JIRA banner (the one on top, set in Admin area). Say, - kind of a motd ("mesage or the day" on Unix systems) - rotate useful tips + schedule announcements f...
Hi there, I'm just curious as to whether or not this is possible, and if so, how can this be done? Would I filter the groups in the velocity file (edit) or would this need to happen in the java c...
Hi I am trying to update the confluence page. while cloning the page object using the below code try { originalPage = (Page) page2.clone(); } catch (...
We are currently using JIRA Studio, and we are now planning to move from the hosted solution to a local environment. I am purchasing almost all the tools (except for Confluence). I would like to se...
...y gadget. I am new at gadget testing, and I am trying to do the following: public void testIssueCreation() { MutableIssue testIssue = mock(MutableIssue.class); IssueImpl issue = mock(I...
Hi, We're trying to developp a liferay portlet which create the issue creation form of JIRA. So we don't know how get fields for a specific project and issue type. Is there a JIRA method to get t...
My organization has developed a Jira plugin (running in 4.3.3) that provides workflow post functions to call a remote server to execute code there. In a small number of cases Jira is timing out duri...
We modified the blog-posts-titles.vm which in confluence-advanced-macros-x.x.x.x.jar to fulfill our needs. One requirement is to show an icon if the blogpost's creation date + 14d <=current date...
im trying to create a new issue programmatically from a velocity template using the createIssue() method from IssueManager #set ($theUser = $authcontext.getUser()) #set ($theFields = $map.bui...
Hi there everybody in this Atlassian community, nice to meet you :) I'm a coowner of the company whic ar planning to purchase Jira in August 2011 So my question is: Is it possible to setup Jira T...
Hi I am using confluence 2.7.3 and able to export space as type HTML by programatically in client app (XML-RPC). Now I want to download the exported zip file which is on server programatically. I...
I am trying to develop a macro which needs to use GWT (Google Web Toolkit) library. Since GWT runs as pure html, .js in hosted mode, I was wondering if we can render a GWT widget on a confluence pag...
Is it possible to control when the contents of a cloak or card are loaded? My company's confluence wiki is nesting several progress charts within the {cloak} formatting style (i call it a twisty)....
I developed a theme with included plugins and confugurations (saved in bandana). On everey Request I receive: WARN Transactional cache update outside transaction. All updates to this cache should...
Why isn't there an API guide for Confluence macros (built-in, 3rd-party and otherwise), and/or at least thorough documentation on syntax for macros? I'm relatively new to confluence, but a lot of wha...