As a team we want to apply the same changes to different version of the release, once the ticket are done for one version and if I work on the ticket for another version in different sprint , the ticket status that was marked as "Done" in previous sprint gets reopened
I have also check on the triggers and its post function but I am not sure why is this causing , can the team help me
currently done tickets are being reopened when the changes link to that particular tickets are merged into another versions.
Hi @Saran, Welcome to the community :
Let's troubleshoot and try to resolve this issue together with these steps:
Step 1: Let's start by reviewing any automation rules that may be triggered when the code is merged. Look for any rules that might change the status of an issue or transition it based on specific conditions, such as commit messages or branch names.
Step 2: Next, let's inspect the post-functions on the "Done" transition in your Jira workflow. These post-functions can perform additional actions after an issue moves to a new status, and one of them might be the reason for re-opening issues.
Step 3: It's also important to check the versioning logic in your workflow or automation rules. If it links ticket statuses to specific versions, make sure it can handle multiple versions correctly. The logic should be able to distinguish between different tickets.
Let me know the result, please.
Thanks @Oday Rafeh for the inputs ,
Step 1: there is no triggers set when we merge code
Step 2: I only see a generic event that is configured . Fire a Generic Event event that can be processed by the listeners
Step 3 :I couldn't find the versioning in the workflow. Could you pls help me guide on this , or the steps
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.