Hello, When we moved in 2007 from another ticket system to Jira, we created with the Jelly runner some 10.000 Jira issue, 150 Jira users and groups. All this went fine and fast. Today we have a...
Hello, I am new to JIRA, and I need to do this. 1. I have an excel sheet with 1000 functions. 2. I need to match them to issue keys - where the description contains the function....
Hello, I have migrated JIRA from 6.2 to the 7.3 version. I was using Jelly Services to update the values in my custom fields every 60 minutes from another DB. I'm looking for a solution to r...
...erformance? Attachment files are available on disk, Comments will be in a csv (Columns for commentor user, date, comment) Option 1: Jelly - Using Java, write a Jelly executable file which will be using the Jelly...
...ash enter" or "enter dash dash enter" to be stripped as well. Is this possible with Jelly somehow? Thanks!
On November Atlassian announced that: Atlassian will end support for Jelly scripts in JIRA 6.4. If you are using Jelly scripts with JIRA, we recommend you move to Groovy Script Runner, which will p...
I need to update customfield named "Contrato ficticio" to "S" value for each issue returned by a filter I've already defined. I' ve thougth in making a jelly script to be launched by a service. T...
I'm trying to create a simple Jelly Runner script to close issues in a certain project that have not been updated in two weeks. During the transition, a screen is defined with a required custom f...
We are using a Jelly script to check open service requests that are currently resolved for ten days. If an issue is reolved for ten days and a user does not respond, then the Jelly script closes t...
I'm looking for a way to replace text (a single word) in many Jira issues at once. I did not found any add-on which seems to be able to do that. Perhaps it is possible by executing a jelly s...
...I have the values in a xls, is there some way to create the options using Jelly or another scripting language? I want to generate the code from the xls sheet ... Thanks
I need to set values for a radio buttons field. The values are 1. None 2. Yes 3. No 4. Undefined Jelly does not give any error message or update the values. <j...
Is it possible to include value for "original estimate" in jelly script at the time of issue creation? Jelly runner ignores the value for "timeoriginalestimate".
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib"> <jira:CreateIssue project-key="ABC" issueType="Bug" severity="10002" Priority="2" ..... In S...
Jelly script: How to handle a required stock field with a space int he name? E.g. "Affects Versions". Is there a way to refer to such fields by any other identifier? e.g. a number. If yes, then h...
Hi All Okay... so it seems I am following the natural path of people using JIRA and have now reached the point where I need to copy data from one field to another in order to change the CF Type. In...
I am trying to get a Jelly script running but I am getting the following error: XML script invalid. Extra Information: [hide] Exception: org.xml.sax.SAXException: could not find namespace w...
What is the best way to import data into a SelectList using Jelly For example we have build Numbers that could be in a selectlist. But Jelly seems to reference the items in the combobox/listbox b...
Hi All How would I import data using Jelly into the 'Due Date' system field as this causes problems due to the space in the name? for a customfield I would use <jira:AddCustomFieldValue n...
...ilter results the custom field was set with a value ( for example "A") Is It possible make this through Jelly or Groovy? Thanks in Advance Best Regards Fabio
I have created a Jelly Sript to update a custom file (Group Picker).. the sript works fine however the filter used to identify the issues which should be updated does not "see" the new values .. i...
Hi, I am having problem where I can't get jelly to run as a service. I have jira installed in the server, however for the input and output fille I have used both server path and my computer path i...
Jelly script file attachment error: Unable to make temporary copy of file: java.io.PrintWriter@7ad91818 I have tried: 1. back-slash and forward slash in the path 2. checked the file p...
have been using https://confluence.atlassian.com/display/JIRA/Jelly+Escalation for a while now with great results <jira:Login username="admin" password=""> <log:info&g...
I am new to Jelly. I am getting an error in my script: Could not run script. Extra Information: [hide] Error: <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib"&g...
Copied to clipboard