Hi,
I was working on a listener in Scriptrunner, which automatically creates the Confluence space on the ProjectCreatedEvent and links it between the space and the Jira Project.
This works fine already - now I want to have the URL for the space copied into a project shortcut aswell. I found this topic: https://community.atlassian.com/t5/Jira-Software-questions/How-can-we-create-JIRA-project-shortcuts-via-API/qaq-p/914760 but asked myself if there isn't a JAVA API I can use rather than JS or REST API.
Thanks in advance!
Nick
Okay, found a solution myself with Scriptrunner. I excluded it from the listener and created a fragment/web item. Section is jira.project.sidebar.settings.navigation and link is /confluence/display/${project.key}
Hi Nick,
Can you please provide code of a listener in Scriptrunner, which automatically creates the Confluence space on the ProjectCreatedEvent and links it between the space and the Jira Project?
Hi Jelena,
here is the article I built our script on:
https://valiantys.com/en/blog/atlassian-administration/advanced-tips-creating-a-linked-confluence-space/
Regards,
Thank you!
It looks like you're new here. Sign in or register to get started.