Hello,
I have 2 questions:
1. What would be the best approach to create a custom field that would sum dat from 4 other fields in an issue?
2. What would be the best approach to find the latest modified date modified for all related issues belonging to an Epic? (Any JQL suggestions)
Thank you.
@Reddy 1. For this you need to create a scripted field. which is available in script runner plugin.
2. issuetype = Epic AND updated > -2d
Hello @Vikrant Yadav ,
Thank you for the suggestion. The JQL you've provided doesn't show last modified issue in an Epic.
Thank you.
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.