How can we set the "Percent complete" field on EPIC (rm_epic) form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 07:50 AM - edited 08-07-2023 11:14 AM
Hi All,
How can we populate the "Percent complete" field on the EPIC (rm_epic) form?
What is the business logic to populate this field, when this field will populated with some percentage?
Thanks
@Ankur Bawiskar any help on this thread will be appreciate, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 08:05 AM
Hi,
Upon speaking with Amel Chehayeb from ServiceNow, it was explained to me that this is a field that is to be managed manually. It can either be updated in the list or added to the Epic form.
I shared with Amel that it would be ideal for the Epics Percent Complete be calculated using the following formula:
(Completed Stories / Total Stories) * 100
-Nick