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 dot use closes issues, but issue is closing after merge manually, so after release i want see in issue in witch release is feature resolved
I seen implementation, so we may get related issues by this api, and send comments like issues, but without filtering by status (with not closed issues)
Maybe use some alternative message, and by default is feature disabled by config
Or second way:
Get from project config, info about "closes" feature, and use related issues as alternative for closes issues
The text was updated successfully, but these errors were encountered:
Hi @rollsover and sorry for the late response!
I hope I understand your request correct: You want to send a success comment only to a filtered list of issues?
You can do that if you are using version 13.2.0 and up. These versions have the possibility to set conditions for success comments.
If you only want to comment on issues which are closed, you could set the successCommentCondition to something like "<% return issue.state === 'closed' %>".
I dot use closes issues, but issue is closing after merge manually, so after release i want see in issue in witch release is feature resolved
I seen implementation, so we may get related issues by this api, and send comments like issues, but without filtering by status (with not closed issues)
Maybe use some alternative message, and by default is feature disabled by config
Or second way:
Get from project config, info about "closes" feature, and use related issues as alternative for closes issues
The text was updated successfully, but these errors were encountered: