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 ...
Dear all, I have created a workflow for subtask issue. I want to create a post function in the create transition to set issue fields (Components) based on the component field value of the parent iss...
Dear all, i create a ticket and fill the fix version, and when i want to transition the issue to the next status, i want to create a validator in the workflow (i have JMWE add ons) to validate the i...
how to calculate a field on a linkissue with a certain status? for example linkissue with status “In Progress” & and status “Completed” and what needs to be added to the following Query: &...
Dear all, i have created a post function "Set Issue Fields" but it gives an error like this: what does it mean and how to solve it? Thankyou
Dear All, i have created a field called Nomor Kontrak (text field type) and i want to create validator in the workflow using a "build your own validator" from JMWEto validate the value must be numer...
Dear all, i have created a custom fields (free text type) called Contract Number, i want to validate when create an issue, user must input the contract number fields with a numerical value and longs...
Dear all, i am trying to add the post function set issue fields (JMWE app) to set the SLA Date (Date Time Custom Fields) with the created date +3 working days (Except Saturday and Sunday). Now...
How can I calculate a field for a specific subtask? From this query, what should I fix in this query? {{ targetIssue | subtasks("customfield_12051") | sum("fields.customfield_12051") }}
Dear all, i want to ask that i want to set the post function to linked issue that match the jql that i wrote like this but when i check there is no error and the log is look like this what...
Hello everybody. I have jira cloud enterprise and the JMWE application installed. My instance has some issue type hierarchy levels beyond epic and I need to validate an issue: only allow the ...
Hello all, I am attempting setup a post function using the Set Field Value Post Function(JMWE app). My goal is to check the current issue's reporters associated customer organization and add them to...
Dear All, i want to set a scheduled automation to check the issue that has a linked issue, and if all the linked issue are done, then transition the issue. can we make it possible? i have the JMWE a...
I am currently using JMWE to create a new request when an issue transitions to a status. In the create issue I set the Summary how I want it with some information from fields from the original issue ...
Copied to clipboard