It's all about the answers!

Ask a question

how to get notification upon defect creation


Marcel Kinard (71107) | asked Jul 29 '10, 3:56 p.m.
We have given our customer focal points access to our RTC repository so they can submit defects themselves. They aren't adding any subscribers to the defect. However, we aren't aware of a way to get notified (email would be my preference) when a new defect is submitted. So sometimes a new defect may be in the repository for a while before we notice it and assign the defect to someone to look at it. We don't want to poll the repository looking for new defects.

Is there a way to get notification when a new defect is created, or are there best practices so we can discover new defects without manual polling?

4 answers



permanent link
David Olsen (5237) | answered Jul 29 '10, 4:53 p.m.
JAZZ DEVELOPER
marcelk wrote:
Is there a way to get notification when a new defect is created, or
are there best practices so we can discover new defects without
manual polling?

I don't think it is possible to get an e-mail notification when a new
work item is created.

You should create a query that finds all new work items that someone
needs to look at. Put that query in your Team Central view in the
Eclipse client, and configure the view to run your query every few
minutes. To see if there are any new work items that need attention,
you only need to make the Team Central view visible.

This scheme works for me, since I always keep my Eclipse client running
and I often have the Team Central view visible. This won't work as well
if you don't use the Eclipse client or if you never use the Team Central
view. But there might be other ways to put that query in a visible
location, such as putting it on your dashboard.

permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 30 '10, 4:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A key part of this process is to have an explicit state to which a work
item is transitioned after someone from development has looked at it (in
RTC development, we used the "Triaged" state for this). This is
important because it provides feedback to the submitter that their
request has been looked at. Note that "looked at" does not mean that
the development team knows what to do with it ... that is indicated by
other states and other meta-data such as "planned for".

Then the standard query that is run just looks for work items in the
"New" state ... as soon as a work item is triaged, it will no longer
match that query.

You would normally place this query in a public folder (so it can easily
be run from either the Eclipse or the Web client), as well as putting
the results of that query on your projects dashboard (so that it is very
visible to everyone whether there is an inappropriately high number of
"New" work items that have not yet been triaged).

Cheers,
Geoff

On 7/29/2010 4:53 PM, David Olsen wrote:
marcelk wrote:
Is there a way to get notification when a new defect is created, or
are there best practices so we can discover new defects without
manual polling?

I don't think it is possible to get an e-mail notification when a new
work item is created.

You should create a query that finds all new work items that someone
needs to look at. Put that query in your Team Central view in the
Eclipse client, and configure the view to run your query every few
minutes. To see if there are any new work items that need attention, you
only need to make the Team Central view visible.

This scheme works for me, since I always keep my Eclipse client running
and I often have the Team Central view visible. This won't work as well
if you don't use the Eclipse client or if you never use the Team Central
view. But there might be other ways to put that query in a visible
location, such as putting it on your dashboard.

permanent link
Per Flodin (6833) | answered Aug 18 '10, 1:31 p.m.
Hi!

I am looking for exactly the same functionality!

I too would prefer a mail to an update in the Team Central view. Though Team Central (and Dashboards, and any polling mechanism) is useful, IMHO it is much easier to miss an event there than in the mailbox. Especially for newer RTC users.

Is there a plan to support this feature?

Would it be possible to add a plug-in (or something) to at least mimic this behavior?

In the worst case, I guess it would be possible to make an RSS-reader and filter the feed ourselves. Does the server allow other applications to read the RSS-feeds?

BR,
Per

--

marcelk wrote:
Is there a way to get notification when a new defect is created, or
are there best practices so we can discover new defects without
manual polling?

I don't think it is possible to get an e-mail notification when a new
work item is created.

You should create a query that finds all new work items that someone
needs to look at. Put that query in your Team Central view in the
Eclipse client, and configure the view to run your query every few
minutes. To see if there are any new work items that need attention,
you only need to make the Team Central view visible.

This scheme works for me, since I always keep my Eclipse client running
and I often have the Team Central view visible. This won't work as well
if you don't use the Eclipse client or if you never use the Team Central
view. But there might be other ways to put that query in a visible
location, such as putting it on your dashboard.

permanent link
Thomas Yu (1011199) | answered Sep 16 '10, 10:03 p.m.
I share the similar concern.

I know how to use feed and Team Central view, but I still would like to receive an email notification when someone submits a approval request for me to approve.

Hi!

I am looking for exactly the same functionality!

I too would prefer a mail to an update in the Team Central view. Though Team Central (and Dashboards, and any polling mechanism) is useful, IMHO it is much easier to miss an event there than in the mailbox. Especially for newer RTC users.

Is there a plan to support this feature?

Would it be possible to add a plug-in (or something) to at least mimic this behavior?

In the worst case, I guess it would be possible to make an RSS-reader and filter the feed ourselves. Does the server allow other applications to read the RSS-feeds?

BR,
Per

--

marcelk wrote:
Is there a way to get notification when a new defect is created, or
are there best practices so we can discover new defects without
manual polling?

I don't think it is possible to get an e-mail notification when a new
work item is created.

You should create a query that finds all new work items that someone
needs to look at. Put that query in your Team Central view in the
Eclipse client, and configure the view to run your query every few
minutes. To see if there are any new work items that need attention,
you only need to make the Team Central view visible.

This scheme works for me, since I always keep my Eclipse client running
and I often have the Team Central view visible. This won't work as well
if you don't use the Eclipse client or if you never use the Team Central
view. But there might be other ways to put that query in a visible
location, such as putting it on your dashboard.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.