Hi Community, Pre-requisites: I have three tabs on Issue View screen. On each tab, there are two custom fields (Total 6) When issue is in Open status, only first tab is visible to user. W...
Hi Team, I have a parent ticket titled "Task," which will automatically generate three sub-tasks through some automation. The first sub-task comes with a default summary that includes the wording ...
Hi Team, I am looking for a regex solution to trim the summary of a Jira ticket that is generated from the incoming email handler. Before creating the ticket, I want to extract only the relevant pa...
In JMWE, I'm running an Event-based action to "check" if the reporter of an issue is linked to a company/organization, and if so, apply the organization name to the issue based on that (often they co...
Hi Team, We added the "Assignee Issue" JMWE post function, and it has condition If the parent is ABC or XYZ, and Strategist is not set-->> assign the issue to the current user who ...
Im looking to go through an remove all the depreciated post functions from my instance but when I go find the post functions using the app. I'm unable to select a workflow. I have more than one work...
Hi Community, I have portfolio hierarchy i.e. Portfolio Epic > Feature > Task > Subtask in a project. My use-case is: When Portfolio Epic is cloned, the linked Child (Feature) also gets ...
Hi Team, We need to copy the "Labels" from the Epic ticket to the newly created Stories from the different projects for that Epic. This should happen whenever we create a new Story ticket. I tr...
Hi Team, What JMWE script should we use as a condition in the JMWE validator? I haven't found any information in the JMWE documentation based on user roles.
Hi Community, My use-case is: A Parent issue transitions from Open status to three different Statuses (Prioritized, Not-Prioritized, or Cancelled) based on it's Child Issues' statuses. Per my conf...
Hi Team, I added a post function to create or clone issues, specifically to generate a subtask from a Task issue type when certain conditions are met during a specific transition. Currently, al...
Hi Team, I was able to create an automation ticket from one project EPIC to another project when some field conditions were met using the JMWE (Create / Clone Issue(s) Post Function), and the...
Hi Team, We would like to add a comment to the ticket using the JMWE "Comment Issue Post Function." I want to tag (mention) both the reporter and the assignee of the ticket. I have tried various ...
I have a custom field named 'MoA Signed Date', and I also have 2 issuetypes. Issuetype A and Issuetype B. Issuetype A will be linked (using Relates to) with Issuetype B. When s...
Hello everyone ! I hope you're doing great ! I'm trying to set up a JMWE Event based-actions where, if the start date (or due date) of an issue A change, the start date of all the casca...
I want to delete worklog in Epic types where a certain user(Jira Misc Workflow Extension user) logged. Is there a way to do it with jmwe or bulk change or time tarcker? thanks!
Hello, I am looking to implement a rule where users can log work hours only within 30 days of a ticket being closed. After the 30-day window, logging hours should no longer be permitted. &n...
I have 2 different issue types, both of which are of type Parent Parent “A” Parent “B” The question is : How do I make sure that when I create Parent “B”, it will automatically link the issue...
I have a field with the name MoA Total (numeric field) How to make sure that when submitting status A to status B, there is validation as follows - If MoA Total < 0, then it is invalid a...
I'm trying to replicate this standard JSM automation (send a notification to customers when they reply to a closed issue) https://confluence.atlassian.com/jirakb/how-to-send-a-notification-to-custom...
I am trying to create a validator on my issue creation workflow using JMWE app. I basically don't want the following linkings to pass through 1. Bug with any other link type than 'blocks' 2. B...
Hi Team, (issue.getAsString("Issue Type") == "Change Request" || issue.getAsString("Issue Type") =="Bug") && (issue.getAsString("customfield_10204") != "APAC Fulfillment Implementation...
I'm trying to convert a JIRA native automation into an event based rule in JMWE. The original post function is: Edit issue field Config Status to {{issue.rejection count}}+12 I ...
Hello, I tried to get a nunjuck post function (through jmwe) working on Issues with subtasks. The postfunction in question is: Subtask Workflow postfunction: Set issue fiel...
I have a custom field : "Latest Plan Live." (date field) I am implementing automation to fill in my "Days to fill" field with the number of days. For example: Latest Plan Live = March 1 ...
Copied to clipboard