Scenario:
- I login to a Jira instance in jira4android, and it registers URL handler for prefix https://hostname/suffix/browse/ which it knows to be the issue browser of the JIRA instance.
- Later, I click an issue link (e.g. in browser or in an e-mail) which looks like https://hostname/suffix/browse/KEY-123
- Standard system dialog pops up with an ability to open the link in a browser or in jira4android, with the ability to remember the choice.
- If I choose jira4android in the dialog, it opens the issue dashboard for me in the application.
Similar functionality is implemented in the official Twitter app, for example.
Scenario:
Similar functionality is implemented in the official Twitter app, for example.