Dear community,
I have a connect Jira addon which is able to regularly request Jira tickets from my customers in background to get their status (I need it for my software which shows links to Jira tickets).
I’m trying to understand how this could replaced by a Forge (or any other framework) app since connect is about to be deprecated.
From my understanding:
- Forge app are designed to trigger actions from user interactions
- Forge remote is designed for Forge app to call an external backend, but still triggered by user interactions
- oAuth2 apps: a users still needs to login to get the necessary tokens
What would be the right solution to implement this simple background task ?
Thanks a lot for your support.
Best regards