-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent imported feature files from changing existing issue data #100
Comments
Related to #83. |
Hey @alexviz7, I just released version 4.0.0, which now automatically backups the issues' summaries. Should the imported feature file change them, they will be reset afterwards. Can you check if this works for you? If it does, I will add more backup options (description, labels). |
Ok thank you for confirming, I will add label backups and description backups then in the next few days. |
Also test execution files now have as an assignee the standard assignee of the project, which is the product owner, but not the one with the Jira PAT, which is me. This was not the case with the previous version. |
Just to clarify: does this apply to:
I should probably add an option to assign created test execution issues to specific users. |
Creating any jira ticket manually will have the assignee input field filled with the name of the product owner, so Its not an issue perse. However with the previous plugin versions the ticket created by the plugin had my name as an assignee as it was my PAT that was used. |
issue with labels and assignee is still reproducible with the version 4.0.1 |
I think it is a minor issue since I will use fixed test execution files instead of generating new ones each time. |
@csvtuda |
I'm working on it, but life has been busy. It's taking a little bit longer because I need to introduce new options, and I'm careful around new options to prevent a series of breaking bug fix changes. |
Hey @alexviz7, Version The new version does not include any updates to your assignee problem, though. Can you confirm if the label reset works? |
Hi i ve just tried it. Without the JIRA_TEST_EXECUTION_ISSUE_KEY="PRJ=1234" in the command line it works fine.
As I do not want to generate a new test execution ticket each time, which will also have the standard assignee, I would prefer to use a fixed execution ticket for my test runs. |
Hey @alexviz7, version |
I run various tests with or without test execution ticket and I couldn't find a bug anymore. It works Thank you! Ticket can be closed. |
When importing feature files during feature file synchronization, any existing issue information is replaced with the imported feature file's data (summaries, steps, tags, ...). Having an option at hand for disabling this behaviour would be useful.
Originally posted by @alexviz7 in #86 (comment)
The text was updated successfully, but these errors were encountered: