This repository is no longer maintained. This repository is archived for parties interested in the standalone functionality that this repo once offered. Now, the functionality has been moved to OpenReq Issue Link Map. For full details of capability and intended usage, please see OpenReq Issue Link Map.
This jira plugin was created as a result of the OpenReq project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732463.
This jira plugin creates a new section in the View Issue Page that contains a link which redirects the user to the corresponding issue link map in the OpenReq Issue Link Map. In order for this to work, UH's services need to be deployed. To use the services in a different jira than Qt's jira, UH's services need to be adapted, otherwise there will be erros. Then inside the OpenReq Issue Link Map the endpoints to access the data need to be changed, as well as the adress in this plug-in to refer to the correct location of the OpenReq Issue Link Map.
- Mockito
- Google Gson
- javax
- atlassian
None
The user gets redirected to the corresponding issue link map.
Create a .jar file
Eclipse
https://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftasks-37.htm
IntelliJ
https://www.jetbrains.com/help/idea/packaging-a-module-into-a-jar-file.html
After creating the .jar file, go to "Add-ons" in your Jira's Setting and then "Manage Add-ons"
Click the link.
Redirects the user to the OpenReq Issue Link Map.
In order to use this plugin, the project qthulhu and all of UH's services have to be deployed and the corresponding parts of the code have to be changed. In this case the link has to be updated in here jira-redirection/src/main/resources/templates/jira-redirection.vm has to be updated accordingly. You also have to configure milla from UH to get your Jira data, and then qthulhu has to be updated to fetch the data from the correct source. As a list:
- Adapt UH's services to work with your own jira
- Change the endpoint addresses in the OpenReq Issue Link Map
- Change the link in jira-redirection/src/main/resources/templates/jira-redirection.vm to the one where you are hosting the OpenReq Issue Link Map
See OpenReq project contribution guidelines.
Free use of this software is granted under the terms of the EPL version 2 (EPL2.0).