Hi - I'm working on migrating many native JSM automations (which were configured by a predecessor of mine - so I don't always have the context) into JMWE. I have one still relatively high use rule th...
Problem: JMWE contents are not loaded anymore. It seems there is a problem. My instance is on the cloud. I have installed the apps a week or two ago, and at the beginning everything was working fin...
I have an automation that triggers when an issue in a project transitions to a certain status. In the automation, I'm setting certain fields. One field is Parent Link, which is giving me an error whe...
Hi Community ! I'm developing a Groovy Script on a transition on a workflow. During the transition, I show a screen where the user can select some elements from a checklist (custom field). All of th...
Hello I am currently configuring a 'Create issue(s)' post-function in Jira Cloud using the JMWE add-on and am having some trouble setting up a conditional expression that determines the destination ...
Hi all, I'm trying to create a post-function that posts all issues for which the status has changed to a dedicated endpoint on an hourly basis. As such, I've created a Sc...
I have a validator check setup that always returns TRUE when using the OR (||) option. Is there a way to logically validate the reporter accountId first and then proceed to the sub-task check i...
I'm creating a Validator that checks to see if a multi-user selection field (issue.customfield_11887) doesn't contain the Issue reporter. I've tried the following, but it doesn't seem to work....
Hi Team I am facing issue in workflow. I setup 3 checklist in in workflow as description ion post function. But one by one am click on the button checklist should be append instead of override but ...
Good morning, I'm wondering how do I apply a filter on a Nunjucks? My situation is as follows: I have an Epico issue, where I have several other child items inside it. I would like that in my Nun...
Greetings to all! I'm aiming to implement conditional validation whereby, upon transitioning an issue from "Open" to "In-progress", validation must occur to confirm that either the "component" field...
I would like to do a field as mandatory when an issue is transitioned from resolved to closed using JMWE. I have a common workflow for different type of issues (bugs, tasks and user stories) and I wo...
Hi , I am using a below filter InPut : Project = "ABC" and Issue type(Story,sub task) and issueFunction in aggregateExpression("Total timespent for all Issues " , "timespent.sum()")&nb...
I'd like to update the current issue from a workflow post function with JMWE in a way that doesn't send any notifications. To achieve this, I tried unchecking "Send notifications" under the function...
Hi Community, I have two single-select fields and their options: Field A: 1A, 2A, 3A, 4A Field B: 1B, 2B, 3B, 4B I need to validate that the user selects 2B in Field B if 1A was chosen in Field A...
Hello. I am setting up a Shared Action with the post-function Comment issue(s) (JMWE app) (Creates a comment on the current issue or issues related to the current issue) in a workflow. I have two co...
I'd like certain team members of ours to be able to edit global JMWE configuration (under Jira settings -> Apps), specifically, scheduled and event-based actions. Ideally, they'd be able to edit o...
I'm trying to prevent an Epic from being resolved while unresolved Child issues remain. To do that, under the "Transition: Resolved," I'm adding a new Condition configured as follows: ...
In a Jira service desk project, I am using the JMWE Create Issue(s) post function to create a linked issue in a software project when I transition the issue to a different status. I also have the che...
I'm attempting to write a Jira expression to use in Build-your-own (scripted) Validator in my workflow. I want an error message to appear during the transition, on the transition screen, when a speci...
Using Jira workflow extensions, how can I validate that a custom field has a particular value? Example: If Custom_Field1 = ‘Yes’, then allow the transition to occur, else don’t allow the transition.
Is it possible to create (automate) sub-task from another sub-task? Using JMWE. OR Can a sub-task trigger its Parent Issue to create another sub-task? and its using automate if thats possibl...
In JMWE: How to get the actual time in my timezone?
Is it possible to put some extra information into the log in a post-function? How?
I'm trying to `set issue fields post-function` using the JMWE tool. I have a conditional value set to look at the team an issue is assigned to. I know the following; If the team is set to Bugs; then...
Copied to clipboard