create notification after project not converted within an hour | Community
Skip to main content
Lawson02
New Participant
May 24, 2024
Solved

create notification after project not converted within an hour

  • May 24, 2024
  • 1 reply
  • 434 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rafal_Bainie

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.

 

 

1 reply

Rafal_Bainie
Rafal_BainieAccepted solution
New Participant
May 27, 2024

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.