There are a two automations I was looking to implement but due to limitations on automations for JPD I was not able to find a way to get them working. Wondering if anyone else has looked into automations like these and found a work around
Hello @Melissa Davanzo . What problems are you having? it seems that the most difficult objective to achieve is bases on the children of the delivery tickets.
You should create two rules:
Can you explain a little more where are you getting blocked?
I'm trying to avoid having to create automations across multiple different projects for the parent automation (projects where the delivery tickets would be) since I don't manage all of them. If I expand the scope of the automation to multiple projects I can no longer edit it myself and need an admin.
I was working with someone to test some things, and the jira queries weren't seeming to work correctly, even when we named one of the other projects that had the delivery tickets, it wasn't finding the delivery tickets/issues correctly, and was only looking at the JPD project because we didn't branch. We were going off the link type "implements" since the delivery tickets were implementors of the JPD ticket.
When branching you don't have the Conditions "All Match Specified JQL" or "Some Match Specified JQL"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was trying to get them to work initially based on https://support.atlassian.com/jira-product-discovery/docs/automate-actions-in-the-delivery-panel/ originally, and then started trying other things when that didn't work
Potentially because the scope of the automation was limited to the JPD project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check out https://community.atlassian.com/t5/Jira-Product-Discovery-articles/Product-demo-Automation-for-Delivery/ba-p/2057152. by @Hermance NDounga , I think it answers your questions.
Based on that page and demo I was able to create 2 automations:
When a delivery Epic moved to In Progress -> the Idea also moves to In progress
When all the delivery Epics are transitioned to Done -> the Idea also transitions to Done.
Good luck :-)
Dana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's how I implemented the "Transition an Epic to Done when all linked issues are done" example from the web page you mentioned. Note: The scope needs to be global. You see I put the matching specified JQL logic before the branch. In the final step you see I set two fields, neither of which are status, but the approach should work for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, let me ask one of the admins if they can set the rule up for me and I can try it. Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.