<?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 How to get the time for each bugid from mantis bugtracker for Gantt chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-time-for-each-bugid-from-mantis-bugtracker-for/m-p/482584#M693956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;My goal is to create a gantt chart for eacht bug ticket per user, project, and user/project.&lt;/DIV&gt;&lt;DIV&gt;Eventually I also want to add more detail by breakingdown each bug tiket into work type &lt;/DIV&gt;&lt;DIV&gt; ( tables mantis_plugin_ProjectManagement_work_table, mantis_plugin_ProjectManagement_target_table)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Below is part from de ERD from mantis bugtracker&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;IMG __jive_id="44046" class="jive-image-thumbnail jive-image" onclick="" alt="erd-plaatje-mantis.png" src="https://community.qlik.com/legacyfs/online/44046_erd-plaatje-mantis.png" width="450" /&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I've joint these tables:&lt;/DIV&gt;&lt;DIV&gt;Employee:&lt;/DIV&gt;&lt;DIV&gt;mantis_user_table&lt;/DIV&gt;&lt;DIV&gt;mantis_plugin_ProjectManagement_resource_table&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Projects:&lt;/DIV&gt;&lt;DIV&gt;mantis_project_table&lt;/DIV&gt;&lt;DIV&gt;mantis_project_version_table&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Bugs:&lt;/DIV&gt;&lt;DIV&gt;mantis_bug_table&lt;/DIV&gt;&lt;DIV&gt;mantis_bug_text_table&lt;/DIV&gt;&lt;DIV&gt;mantis_plugin_ProjectManagement_work_table (defines how much time is needed for analysis, implementation etc)&lt;/DIV&gt;&lt;DIV&gt;mantis_plugin_ProjectManagement_target_table(defines the target date for analysis, implementation etc)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Each bug can have 0,1 or more work_table and target _table items&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;As a start I want to calculate the start en ending time for each bug, this is needed for the Gantt Chart.&lt;/P&gt;&lt;P&gt;The rule for getting the deadline/end time for each bug is&lt;/P&gt;&lt;P&gt;1) get target_date from mantis_plugin_ProjectManagement_target_table&lt;BR /&gt;if not available&lt;BR /&gt;2) get bug due_date or project_version date_orde, which one comes first&lt;BR /&gt;3) if no deadline, don't show in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now the start_time for each bug can be something random.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 22:13:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-15T22:13:02Z</dc:date>
    <item>
      <title>How to get the time for each bugid from mantis bugtracker for Gantt chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-time-for-each-bugid-from-mantis-bugtracker-for/m-p/482584#M693956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;My goal is to create a gantt chart for eacht bug ticket per user, project, and user/project.&lt;/DIV&gt;&lt;DIV&gt;Eventually I also want to add more detail by breakingdown each bug tiket into work type &lt;/DIV&gt;&lt;DIV&gt; ( tables mantis_plugin_ProjectManagement_work_table, mantis_plugin_ProjectManagement_target_table)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Below is part from de ERD from mantis bugtracker&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;IMG __jive_id="44046" class="jive-image-thumbnail jive-image" onclick="" alt="erd-plaatje-mantis.png" src="https://community.qlik.com/legacyfs/online/44046_erd-plaatje-mantis.png" width="450" /&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I've joint these tables:&lt;/DIV&gt;&lt;DIV&gt;Employee:&lt;/DIV&gt;&lt;DIV&gt;mantis_user_table&lt;/DIV&gt;&lt;DIV&gt;mantis_plugin_ProjectManagement_resource_table&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Projects:&lt;/DIV&gt;&lt;DIV&gt;mantis_project_table&lt;/DIV&gt;&lt;DIV&gt;mantis_project_version_table&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Bugs:&lt;/DIV&gt;&lt;DIV&gt;mantis_bug_table&lt;/DIV&gt;&lt;DIV&gt;mantis_bug_text_table&lt;/DIV&gt;&lt;DIV&gt;mantis_plugin_ProjectManagement_work_table (defines how much time is needed for analysis, implementation etc)&lt;/DIV&gt;&lt;DIV&gt;mantis_plugin_ProjectManagement_target_table(defines the target date for analysis, implementation etc)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Each bug can have 0,1 or more work_table and target _table items&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;As a start I want to calculate the start en ending time for each bug, this is needed for the Gantt Chart.&lt;/P&gt;&lt;P&gt;The rule for getting the deadline/end time for each bug is&lt;/P&gt;&lt;P&gt;1) get target_date from mantis_plugin_ProjectManagement_target_table&lt;BR /&gt;if not available&lt;BR /&gt;2) get bug due_date or project_version date_orde, which one comes first&lt;BR /&gt;3) if no deadline, don't show in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now the start_time for each bug can be something random.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 22:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-time-for-each-bugid-from-mantis-bugtracker-for/m-p/482584#M693956</guid>
      <dc:creator />
      <dc:date>2013-07-15T22:13:02Z</dc:date>
    </item>
  </channel>
</rss>

