I am trying to automate a customized field in JPD based on delivery progress. However, delivery progress , % progress and delivery status all are showing as none or no value during query while it shows value in Delivery view.
PS - Automation is not working because values are none.
Hi @_Ekta Lala
Short answer: that cannot be done directly.
Jira Product Discovery (JPD) fields for delivery progress, calculated fields, etc. are only displayed in the UX and are not saved with the Idea.
A workaround for some of these fields is to dynamically re-calculate the value in an automation rule. For delivery progress, this could be done using the Lookup Work Item Data action with JQL to identify the work items and perform the math. Please note well: the rule scope will need to be multiple-project or global to allow access to items outside the JPD space (i.e., project) and thus the rule will need to be defined in the global rules list.
Kind regards,
Bill
Thanks you Bill. I will try and share my findings.
Meanwhile, Do you know what link relationship, I should use in automation to link items in delivery section of JPD? Currently, I am using 'implements' and it is just linking the item in overview but not doing any calculation of progress and others derived fields.
Regards
Ekta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @_Ekta Lala
You can use Project Automation to automatically change an idea (e.g., change a field value, transition to a status) when its delivery epics/issues are done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @_Ekta Lala
Please see the information provided by @Kamila Czubaj for more information about the Polaris link type.
Unfortunately, that type in the UX appears as "implements" and "is implemented by"...which is the same as another link type. Thus, using the Polaris information or "implements" AND the work item types is key to finding the correct work items.
If that does not help, please post images of your complete rule, the rule actions, and the audit log details. Those will provide context for the community to give better suggestions.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Kamila and Bill
I am currently using linking issue type as 'implements'. The Epic is linking but not showing in delivery section and none of the calculation is happening.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @_Ekta Lala
You are creating the Idea and so the linking is in the opposite direction: "is implemented by". Please try these steps, with some changes to prevent other potential problems:
Please note well: There are known racetrack timing defects with the Work Item Created trigger (and some other triggers). This means the rule can start running before all data is ready...leading to errors and unpredictable condition results. Atlassian knows about these defects, and has not announced when they plan to fix it.
The mitigations for this defect are:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill, it worked with 'implemented by'.
I am yet to complete automation for dynamic field calculation of delivery progress. I will come back with the outcome as soon as it is done.
BR
Ekta
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.