-
Notifications
You must be signed in to change notification settings - Fork 115
List resolved jiras also when user is specified as tester or contributor #356
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
Conversation
Can you please rebase? |
done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting a change in .gitignore
and adding a suggestion as an alternative in jira plugin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please squash and rebase?
@sandrobonazzola looks to me that the failures are not related to the change, maybe some env issue and restart will resolve it? |
Looks like errors are related to a GitHub plugin missing exception handling:
with GitHub not being collaborative today. |
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
In our team we resolve jiras where the users of did are set as
tester
in some cases and not just asassignee
- here is and example of task like that. To get these tasks as resolved via did we had to add these lines to the code (we maintained changes for some time).Another option would be to introduce a new output like
Issues Verified in Jira - XXX
and put there all tasks where user is specified astester
.