We have a repository that it is main one and others using it as submodule.
We want that after a new code was merged from feature branch to development branch to send email notification to all other projects that have this maint repository as sunbmodule.
The email sholud contain a message that new code merged in main repository and also the last new commit id in the main repo.
We thouht about using listeners of scriptrunner, using pull request merged event.
How can I get ths last commit id? can id do it with scriptrunner?
How can I get a list of repositories using the main repository as sub module?
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning