Is there really no way to provide a link from the start page to another app module? This issue seems to suggest no, but I am curious if anyone found some decent workarounds for this.
We would like to allow users to select a Jira project on the start page and then navigate to a project settings page (module provided by our app) of the selected project.
I cannot seem to find a way to do this. The target URL has to look something like this:
/projects/${selectedProject.key}/settings/apps//<module-id?>
app-id
may be quite fixed so I guess it could be hard-coded. However, I am not quite sure yet what the last id should be. Would that be a module-id
?