Hi
A portal client would like to access (but optimally have transparent visibility) on total hours logged since the start of the current month.
I couldn't find a way to integrate that into the portal UI with vanilla JSD, so I want to create email automation for when a specific request type 'print monthly hours report' is used.
The idea would be after submitting the request (which just has an email and summary field to fill out) the customer will receive an email containing the total hours spent on all tickets since the start of the month.
I'm having trouble figuring out how to string smart values to produce that result. Is this possible? If not, are there extensions that would help produce that result? Alternatively, is there a way for the client to see total time logged that month somewhere on the portal with help of an extension on the marketplace?
Many questions I know, but any advice is very appreciated!
You could use the lookup issues action to find the issues from the start of the month using the appropriate JQL.
See https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues for more usage
Note that this is limited to 100 issues being looked up
You can sum up various fields like:
{{lookupIssues.Story Points.sum}}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.