Is there any way to update the JIRA version with a perfect version of the code?

We use JIRA with SVN. We did not have the correct intercepts after the commit, so some JIRA problems miss some changes.

Does anyone know how to add a comment to the JIRA issue after the fact?

+4
source share
1 answer

The only way to display code on the Source tab in JIRA is to have a link in the commit comments in the version control software. And if you forgot to add it, you can change the message manually. Although you will have to reinstall the instance to apply ...

+1
source

Source: https://habr.com/ru/post/1341193/


All Articles