Expand my Community achievements bar.

SOLVED

create notification after project not converted within an hour

Avatar

Level 2

How would I go about creating a fusion scenario that sends out a notification if an issue with a certain priority hasn't been converted to a project within an hour?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

assuming issue is raised with a specific priority it's fairly simple.

Setup scenario to run on certain interval, e.g. 1hr. Search for issues with specific criteria, check which of them have no resolve object in form of project and time elapsed since entry date is greater than 1h. >> do your notification action.

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

assuming issue is raised with a specific priority it's fairly simple.

Setup scenario to run on certain interval, e.g. 1hr. Search for issues with specific criteria, check which of them have no resolve object in form of project and time elapsed since entry date is greater than 1h. >> do your notification action.