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
As deleting a comment from an issue has some problems, it made me think:
How is being handled when we just delete an issue from GH?
How does it work, when the issue had comments?
********************** EDIT: **********************
Explanation: the question is about the current flow. Given a situation, when a GH issue was synced to Jira already. What should we do when the source GH issue is being deleted from GH? There is a leftover Jira task, that we could potentially:
delete the corresponding Jira task with all it's comments, reflecting the change in Jira
update the corresponding Jira task's description, marking it "has been removed from GH"
leave everything as-is
I think it's not crucial to answer this yet, but we might have to solve this edge case later.
The text was updated successfully, but these errors were encountered:
We are talking about removing Jira tickets if an issue has been deleted on GitHub. This is still one way (sync GH to Jira) and could be a new feature in the tool. Right now if we delete an issue from GH it will remain abandoned in Jira.
As deleting a comment from an issue has some problems, it made me think:
********************** EDIT: **********************
Explanation: the question is about the current flow. Given a situation, when a GH issue was synced to Jira already. What should we do when the source GH issue is being deleted from GH? There is a leftover Jira task, that we could potentially:
I think it's not crucial to answer this yet, but we might have to solve this edge case later.
The text was updated successfully, but these errors were encountered: