Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi Community, I want to search those exact issues which are landed to a specific status (Open) and staying are there for 90 days. So that, I can send an email notifying to the Reporter, to move iss...
Hello everyone, I am stuck with a post function groovy script. I want to set up the value of a custom field but when the user has a different language in his profile, it doesnt work.&nb...
Hi Community, I want to display a validation message when a user is moving the issue (from More dropdown > Move option) from one project to another. And how to configure that message with someth...
In workflow post function i have added script runner where i written code as below, Condition //Declare and initialize the list of issue keys def issueKeys = ["MYQCMR-42", "MYQCMR-59",...
Hi Community, I need help in reviewing and correcting my below code. I am passing the code in Conditional execution section of Transition Issues post-function (using JMWE app) in the Child Workflow....
HI Community, I have created a Global Jira Automation Rule, where I want to transition the Parent (Initiative) to Prioritized/ Not-Prioritized status automatically based on Children (Portfolio Epic)...
Hi Community, I am using JMWE post function "Transition Issue" On child workflow to transition the Parent when Child moves to next status. I want to enable Condition Exception where I a...
Hi Admins, I need to edit Team advanced roadmap (plan) field on issues. But I can't get any options of it. Does anyone know how to get team options and edit team field on postfunction? &nb...
Hi admins, I have a complicated Asset object schemes. It works some how :) I need to get the value of attributes' from issue. I wrote custom script post function. Bu it’s not working. responsible...
Hi Community, I have a Parent (Initiative - issuetype) in Parent Project and Children are linked with "Parent Link" custom field in 5 different Child Projects. My use-case is: In Child Projects, ...
Hi everyone! I've got a question about workflow transitions in Jira. I've got 4 different transitions that lead to the Canceled status, and I want to set the Resolution field via a post function. ...
Hola Atlassians, I have seen several cases of adding a postfunction and/or using ScriptRunner to add a comment automatically after doing a transition, but my case scenario is different. ...
Hi Community, I want to allow the currentUser as Reporter to edit the Reporter field on a specific Status (like "Open") only if he is NOT a part of particular Groups (like Group A, Group B, Group C)...
Hi Community, I have a Parent Project P and a Child Project C. In Project P, I have configured a Jira automation which clones the Parent issue to Child issue in Project C when a new Parent issue is...
Hi Community, I have a typical mapping requirement regarding Parent-Child relation between Initiative and Epics. Pre-conditions: I have a Parent Project (as Project P) with issue type level...
Hi Community, I want to move the issue to a specific workflow status automatically when a user selects a value in custom single select (single choice) field, present on transition screen. For examp...
Hi dear community, I have encountered a bug, where, if I access a custom field using issue.getCustomFieldValue in a Validator, I will get a NULL value for calling the same in a post-funct...
Hi, I'm trying to find a way to reliably link tickets based on summary (could possibly use something else). The flow is as follows: A parent ticket in Project X has a workflow Acti...
Hi Community, I have added a custom Group Picker field on a transition screen. I want to send a custom email after currentUser selects the value in custom Group Picker field and then clicks on T...
Hi Community, I have added a custom Group Picker field on a transition screen. I want to send a custom email after currentUser selects the value in custom Group Picker field and then clicks on Tran...
Is it possible to disable email notifications for assigned subtasks under a particular issue type? It's acceptable for the agent to receive an email notification for the assigned standard issu...
Hi, I'm using an iterator to generate a number of issues using JMWE. It appears to find all of the fields without fault except for the most important one, Summary. Attached are images of the...
Hello, I use JIRA Server v7.12.3. For a specific issue type (bug) workflow, I'd like to assign an issue to component lead on initial issue creation. But there are 2 conditions: 1. For some compon...
When project TEST, any issue type, transitions to "In Progress" and custom field "Dropdown Field" = Option 1, there is a post function to "Clone an Issue, and Link". Under "Additional actions", sett...
We have the below script currently used in the JWT plug-in that we need to change to a postfunction in Groovy, ScriptRunner or Project Automation. Any suggestions are appreciated: ...
Copied to clipboard