You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to determine whether to use this plug-in. I see that it can create tickets in Jira, but what about synching changes between Jira and .rst? Is that even possible or is it a forward-engineering type of workflow?
The scenario is the following:
We have some requirements stored as Jira issues and would like to get access to them via sphinx. Will changing the text in a Jira issue in either location (sphinx rst file or Jira issue) update the data?
The text was updated successfully, but these errors were encountered:
Currently, the plugin does not synchronize the changes - it has link to JIRA item, so you can trace the JIRA ticket, but there is no synchronization with update in rst, as honestly that would require pinging JIRA on each build and comparing the description which would then require a commit in git repository to update the .rst file (or issue Error when changes are there to get manual update). It would also mean that old releases would probably fail to rebuild as plugin would detect the difference and fail.
Maybe you can figure workflow that would suit you? Currently, we only use it to automatically create tasks and action items from meeting minutes in .rst when merge request is merged. That creates a link between meeting minutes and created jira ticket in rendered documentation.
Updates of the description from reST to Jira seems possible and relatively easy to implement:
If the description of the Jira ticket has not been changed by a user different from the Jira user that you use for this plugin, the changes from reST will be pushed.
If the description of the Jira ticket has been changed by a different user since the last time this plugin pushed a change, a warning will be reported.
What do you think about this?
Updates from Jira to reST also seem possible but which behavior do you desire?
I am trying to determine whether to use this plug-in. I see that it can create tickets in Jira, but what about synching changes between Jira and .rst? Is that even possible or is it a forward-engineering type of workflow?
The scenario is the following:
We have some requirements stored as Jira issues and would like to get access to them via sphinx. Will changing the text in a Jira issue in either location (sphinx rst file or Jira issue) update the data?
The text was updated successfully, but these errors were encountered: