E-mail notification on new “voluntary feedback” in TFS 2018
I'm trying to get an email notification when my "on-premise TFS 2018" receives a new "voluntary feedback".
I already have a "work item notification" that generates an email when a work item status changes, but a "Feedback response" doesn't apply to this rule.
The current subscription is the one in the image
How can I trigger an e-mail on the "new feedback received"?
tfs tfs-workitem tfs2018
add a comment |
I'm trying to get an email notification when my "on-premise TFS 2018" receives a new "voluntary feedback".
I already have a "work item notification" that generates an email when a work item status changes, but a "Feedback response" doesn't apply to this rule.
The current subscription is the one in the image
How can I trigger an e-mail on the "new feedback received"?
tfs tfs-workitem tfs2018
1
The states of Feedback Response areActive
andClosed
. I suspect the item is created withActive
and never reach the server with an empty value.
– jessehouwing
Nov 23 '18 at 14:28
Yes! @jessehouwing it works. So I did a filter with valueActive
and operator "Changes to". But I had to add a clause checking that the title contains "Voluntary" because I don't know the "work item type" of a "Feedback Response", any idea?
– Tonyc
Nov 24 '18 at 9:14
The wit isfeedback response
, but being a hidden type I'm not sure it shows up in the drop downs.
– jessehouwing
Nov 24 '18 at 12:21
add a comment |
I'm trying to get an email notification when my "on-premise TFS 2018" receives a new "voluntary feedback".
I already have a "work item notification" that generates an email when a work item status changes, but a "Feedback response" doesn't apply to this rule.
The current subscription is the one in the image
How can I trigger an e-mail on the "new feedback received"?
tfs tfs-workitem tfs2018
I'm trying to get an email notification when my "on-premise TFS 2018" receives a new "voluntary feedback".
I already have a "work item notification" that generates an email when a work item status changes, but a "Feedback response" doesn't apply to this rule.
The current subscription is the one in the image
How can I trigger an e-mail on the "new feedback received"?
tfs tfs-workitem tfs2018
tfs tfs-workitem tfs2018
edited Nov 23 '18 at 15:25
jessehouwing
67.8k10163237
67.8k10163237
asked Nov 23 '18 at 10:07
TonycTonyc
9217
9217
1
The states of Feedback Response areActive
andClosed
. I suspect the item is created withActive
and never reach the server with an empty value.
– jessehouwing
Nov 23 '18 at 14:28
Yes! @jessehouwing it works. So I did a filter with valueActive
and operator "Changes to". But I had to add a clause checking that the title contains "Voluntary" because I don't know the "work item type" of a "Feedback Response", any idea?
– Tonyc
Nov 24 '18 at 9:14
The wit isfeedback response
, but being a hidden type I'm not sure it shows up in the drop downs.
– jessehouwing
Nov 24 '18 at 12:21
add a comment |
1
The states of Feedback Response areActive
andClosed
. I suspect the item is created withActive
and never reach the server with an empty value.
– jessehouwing
Nov 23 '18 at 14:28
Yes! @jessehouwing it works. So I did a filter with valueActive
and operator "Changes to". But I had to add a clause checking that the title contains "Voluntary" because I don't know the "work item type" of a "Feedback Response", any idea?
– Tonyc
Nov 24 '18 at 9:14
The wit isfeedback response
, but being a hidden type I'm not sure it shows up in the drop downs.
– jessehouwing
Nov 24 '18 at 12:21
1
1
The states of Feedback Response are
Active
and Closed
. I suspect the item is created with Active
and never reach the server with an empty value.– jessehouwing
Nov 23 '18 at 14:28
The states of Feedback Response are
Active
and Closed
. I suspect the item is created with Active
and never reach the server with an empty value.– jessehouwing
Nov 23 '18 at 14:28
Yes! @jessehouwing it works. So I did a filter with value
Active
and operator "Changes to". But I had to add a clause checking that the title contains "Voluntary" because I don't know the "work item type" of a "Feedback Response", any idea?– Tonyc
Nov 24 '18 at 9:14
Yes! @jessehouwing it works. So I did a filter with value
Active
and operator "Changes to". But I had to add a clause checking that the title contains "Voluntary" because I don't know the "work item type" of a "Feedback Response", any idea?– Tonyc
Nov 24 '18 at 9:14
The wit is
feedback response
, but being a hidden type I'm not sure it shows up in the drop downs.– jessehouwing
Nov 24 '18 at 12:21
The wit is
feedback response
, but being a hidden type I'm not sure it shows up in the drop downs.– jessehouwing
Nov 24 '18 at 12:21
add a comment |
1 Answer
1
active
oldest
votes
The statuses of the Feedback Response work item are Active and Closed, you'll need to change your filter so detect the first state in order to receive your notification.
The feedback client pre-fills this value as far as I know and the value will therefore never be empty on the server if the tools are used the way they should.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53444577%2fe-mail-notification-on-new-voluntary-feedback-in-tfs-2018%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The statuses of the Feedback Response work item are Active and Closed, you'll need to change your filter so detect the first state in order to receive your notification.
The feedback client pre-fills this value as far as I know and the value will therefore never be empty on the server if the tools are used the way they should.
add a comment |
The statuses of the Feedback Response work item are Active and Closed, you'll need to change your filter so detect the first state in order to receive your notification.
The feedback client pre-fills this value as far as I know and the value will therefore never be empty on the server if the tools are used the way they should.
add a comment |
The statuses of the Feedback Response work item are Active and Closed, you'll need to change your filter so detect the first state in order to receive your notification.
The feedback client pre-fills this value as far as I know and the value will therefore never be empty on the server if the tools are used the way they should.
The statuses of the Feedback Response work item are Active and Closed, you'll need to change your filter so detect the first state in order to receive your notification.
The feedback client pre-fills this value as far as I know and the value will therefore never be empty on the server if the tools are used the way they should.
answered Nov 24 '18 at 12:23
jessehouwingjessehouwing
67.8k10163237
67.8k10163237
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53444577%2fe-mail-notification-on-new-voluntary-feedback-in-tfs-2018%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The states of Feedback Response are
Active
andClosed
. I suspect the item is created withActive
and never reach the server with an empty value.– jessehouwing
Nov 23 '18 at 14:28
Yes! @jessehouwing it works. So I did a filter with value
Active
and operator "Changes to". But I had to add a clause checking that the title contains "Voluntary" because I don't know the "work item type" of a "Feedback Response", any idea?– Tonyc
Nov 24 '18 at 9:14
The wit is
feedback response
, but being a hidden type I'm not sure it shows up in the drop downs.– jessehouwing
Nov 24 '18 at 12:21