Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleNew and Noteworthy
Section
titleDocument Impersonator

The document impersonator is a special kind of transclusion. Instead of fetching rendered content from a page, the impersonator fetches the unrendered content and renders it in its own context.

Live Template for a ImpersonatorImage Added

This feature is supported by the Transclusion Macro. More information is provided by the tip Impersonator - using Live Templates.

Section
titleData Attributes for Queries

In order to use the Remote Control feature more easily the Display Table Macro (and other macros supporting this feature) now renders its parameters as HTML data attributes. These attributes can be used by scripts to adjust a given query by just parsing the table element from the view.

Code Block
languagexml
<table
  ...
  data-projectdoc-query-maxhitcount="10"
  data-projectdoc-query-doctypes="blank"
  data-projectdoc-query-select="Name, Iteration, Short Description"
  data-projectdoc-query-sortby="Name-"
  data-projectdoc-query-rendercolumn="true"
  data-projectdoc-query-headertranslations="Name=Topic" 
  ...
  >
  <thead>
    ...
  </thead>
  <tbody>
    ...
  </tbody>
</table>

...

Section
titleRelated Releases
Section
titleInformation Systems Extension

The Information Systems Extension provides new features. This version requires the projectdoc Toolbox in version 2.7.

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'projectdoc Information Systems Extension' && (fixVersion = '1.5.0') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleCore Doctypes

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDCORED' && (fixVersion = '11.1.5') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Agile Planning

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDAGILE' && (fixVersion = '9.0.3') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleprojectdoc Developer Diaries

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'DEVDIARY' && (fixVersion = '8.0.2') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Project Management

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDPRJMGMT' && (fixVersion = '3.1.5') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Service Management

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'SERVICES' && (fixVersion = '1.0.1') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Business Strategy

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'STRATEGY' && (fixVersion = '1.0.1') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Software Development

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDSWDEVD' && (fixVersion = '9.0.4') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleprojectdoc arc42 Template

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'ARCFOURTWO' && (fixVersion = '7.0.6') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Teamwork

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDTEAMWORK' && (fixVersion = '1.0.6') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for V-Modell XT

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDVMXT' && (fixVersion = '1.0.5') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Java Developers

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDJAVADEV' && (fixVersion = '4.0.3') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Maven Developers

Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDMVNDEV' && (fixVersion = '4.0.3') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

...