<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: List of acknowledged problems by user in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215608#M26985</link>
    <description>&lt;P&gt;See that's what &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4007"&gt;@Mohamed_Hamdy&lt;/a&gt;&amp;nbsp;&amp;nbsp;wrote about it;)&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 09:04:07 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2023-06-21T09:04:07Z</dc:date>
    <item>
      <title>List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215413#M26949</link>
      <description>&lt;P&gt;Hey community,&lt;/P&gt;
&lt;P&gt;I need your assistance with something:&lt;/P&gt;
&lt;P&gt;I want to extract a list of acknowledged problems, that inside the list I will be able to see which user closed each problem.&lt;/P&gt;
&lt;P&gt;Is it possible?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 07:12:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215413#M26949</guid>
      <dc:creator>YuvalKonstanti</dc:creator>
      <dc:date>2023-06-20T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215419#M26953</link>
      <description>&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41788"&gt;@YuvalKonstanti&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;You can use Dynatrace problem api v2, where you can fetch problem list and loop through and filter based on your requirement apart from this you can directly pass query parameters get specific details.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;Please check below documentation.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/problems-v2/problems/get-problems-list" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/problems-v2/problems/get-problems-list&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 06:45:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215419#M26953</guid>
      <dc:creator>Naveen</dc:creator>
      <dc:date>2023-06-20T06:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215462#M26958</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41788"&gt;@YuvalKonstanti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try can use the API: &lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/problems-v2/problems/get-problem-details" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/problems-v2/problems/get-problem-details&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Probably in the &lt;STRONG&gt;"Comment"&lt;/STRONG&gt; field you should find info who changed the status of this issue.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 11:03:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215462#M26958</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-06-20T11:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215531#M26965</link>
      <description>&lt;P&gt;Thank you for the reply guys.&lt;/P&gt;&lt;P&gt;I don't really get how to use it, I saw that there is an option to add:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;authorName - which is the user who wrote the comment.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please help me understand how I'm using it? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using: "&lt;STRONG&gt;https://{environmentid}.live.dynatrace.com/api/v2/problems&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;but I don't get anything. Do I need to add this comment field to see the user?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance guys. I'm new to this and really appreciate your help!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 15:52:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215531#M26965</guid>
      <dc:creator>YuvalKonstanti</dc:creator>
      <dc:date>2023-06-20T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215551#M26969</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41788"&gt;@YuvalKonstanti&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can add the recentComment as a field to get the comments and you can use one of the following URLs&lt;/P&gt;&lt;P&gt;https://{environmentid}.apps.dynatrace.com/platform/classic/environment-api/v2/problems?fields=recentComments&lt;/P&gt;&lt;P&gt;as for the comment related to closing the problem you will find the context "dynatrace-problem-close"&lt;/P&gt;&lt;P&gt;"context":"dynatrace-problem-close"&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 23:29:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215551#M26969</guid>
      <dc:creator>Mohamed_Hamdy</dc:creator>
      <dc:date>2023-06-20T23:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215566#M26979</link>
      <description>&lt;P&gt;This is how it should work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 07:12:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215566#M26979</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-06-21T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215607#M26984</link>
      <description>&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41788"&gt;@YuvalKonstanti&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="3"&gt;You can use&amp;nbsp;&lt;SPAN&gt;recentComments in query parameters.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 09:00:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215607#M26984</guid>
      <dc:creator>Naveen</dc:creator>
      <dc:date>2023-06-21T09:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215608#M26985</link>
      <description>&lt;P&gt;See that's what &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4007"&gt;@Mohamed_Hamdy&lt;/a&gt;&amp;nbsp;&amp;nbsp;wrote about it;)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 09:04:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215608#M26985</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-06-21T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215610#M26986</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/16832"&gt;@radek_jasinski&lt;/a&gt;&amp;nbsp;my bad.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 09:13:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215610#M26986</guid>
      <dc:creator>Naveen</dc:creator>
      <dc:date>2023-06-21T09:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: List of acknowledged problems by user</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215831#M27023</link>
      <description>&lt;P&gt;Hey Guys! many thanks for the help!&lt;/P&gt;&lt;P&gt;So right now I managed to extract the data, but I encountered two problems:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;recentComments" will add the comments to the problems, but can I see only the manually closed problems? (status = closed will not do the job because it's putting together manually closed and automatically&amp;nbsp;closed problems).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Second thing is this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Page&amp;nbsp;size&amp;nbsp;can't&amp;nbsp;be&amp;nbsp;larger&amp;nbsp;than&amp;nbsp;10&amp;nbsp;if&amp;nbsp;the&amp;nbsp;fields&amp;nbsp;parameter&amp;nbsp;is&amp;nbsp;set".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Someone had any luck with finding a good solution for that? Because my goal is to extract a lot more than that, for example, the whole problems for a one day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you all!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 15:48:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/List-of-acknowledged-problems-by-user/m-p/215831#M27023</guid>
      <dc:creator>YuvalKonstanti</dc:creator>
      <dc:date>2023-06-22T15:48:48Z</dc:date>
    </item>
  </channel>
</rss>

