Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
Document Properties Marker
doctyperelease-note
overridefalse
Short DescriptionConfluence 9.1 Support, breaking change in Velocity integration.
Nameprojectdoc Toolbox 7.0.1 Release Notes
Short Name
Parent
Parent Property
property-nameName
hide
Audience
Name List
doctyperole
render-no-hits-as-blanktrue
propertyAudience
empty-as-nonetrue

Subject
Name List
doctypesubject
propertySubject

Categories
Name List
doctypecategory
propertyCategories

Tags

Tag List
propertyTags


Iteration

Iteration
valuereleased

hide
Type
Name List
doctyperelease-note-type
render-no-hits-as-blanktrue
propertyType

Version7.0.1hide
Productprojectdoc Toolboxhide
Release Date

07


Sponsors

Name List
doctypestakeholder
render-no-hits-as-blanktrue
propertySponsors


Sort Key00007.00000.0010hide
Section
show-titlefalse
titleDescription

Today we released version 

Display Property
property-nameVersion
of the projectdoc Toolbox on the Atlassian Marketplace!

This version supports Confluence version 9.1.x. For Confluence 8.x/7.x and 9.0.x there is a separate version, see

Static Document Link
documentprojectdoc Toolbox 6.2.13 Release Notes
labelversion 6.2.13
and projectdoc-static

This version introduces a breaking change (despite this is only labelled as a bugfix version!). If you use the Velocity integration, the API requires to provide the page identifier instead of the page object. This change is necessary due to a change on Confluence 9.1.0. The API used by the projectdoc Toolbox was not intended for use by apps.

For previous versions of Confluence there are separate versions of the projectdoc Toolbox:

  • Confluence 8.x/7.x see
    projectdoc-static-document-link-macro
    documentprojectdoc Toolbox
7
  • 6.
0
  • 2.
0
  • 13 Release Notes
    labelversion
7
  • 6.2.13
  • Confluence 9.0.
0
  • x see , of the projectdoc Toolbox.
    Static Document Link
    documentprojectdoc Toolbox 7.0.0 Release Notes
    labelversion 7.0.0
Panel
borderColordarkgrey
borderWidth2

The projectdoc Toolbox is an add-on for Confluence supporting agile software development teams to collaborate on process, project, system, and product documentation. 

Transclusion
documentHOMESPACE:projectdoc Video Link
idsprojectdoc


Content Marker
hidetrue
Info Box

Download the projectdoc Toolbox or visit the projectdoc Toolbox on the Atlassian Marketplace!

Column
width350px
Panel
titleRelease Notes Overview

Table of Contents
indent15px
excludeRelease Notes|Description|Summary|References|Resources
stylenone

...

projectdoc-section
Section
titleNew and Noteworthy
Section
titleUsing Velocity with the projectdoc Toolbox

There is an update to the Velocity API of the projectdoc Context object. In previous versions the API required a Velocity Sitemesh Page object as argument. Due to compatibility changes on Confluence the API now requires to pass in the ID of the page as argument.

Code Block
languagetext
titleUse $page.id instead of $page as argument
#if ($projectdocContext && $page)
 ${projectdocContext.toHtml($page.id)}
#end
Expand
title
Breaking Changes
Expand to see the old use case with Velocity ...
Code Block
languagexml
titleOld Version which will not work with projectdoc Toolbox 7.0.1 and greater ...
#if ($projectdocContext)
 ${projectdocContext.toHtml($sitemeshPage)}
#end
Section
titleSelection Macro Rendering

The rendering of Selection Macros, such as the 

Static Document Link
documentIteration Macro
is no longer taking the user's selected locale into account. Instead the value is always rendered using the site default locale.

See

Jira
serversmartics JIRA

Content Marker
consider-as-emptytrue

Despite this is only a micro version (aka bugfix) update, it contains a breaking change. Please note that this version is only released for Confluence 9.1.x.

List of breaking changes with probably the largest impact on existing installations.

Content Marker
is-empty-textNo issues found

Jira
serversmartics JIRA
columnIdsissuekey,summary,issuetype,priority,description,fixVersions
columnskey,summary,type,priority,description,fixVersions
maximumIssues1000
jqlQueryproject = 'projectdoc Toolbox' && (fixVersion IN ('7.0.1')) && "Break"!='runtime (fix with reindex)' ORDER BY priority DESC, type DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd
keyPDAC-1823
for details.

section
Section
titleKnown IssuesBreaking Changes
projectdoc-content-
titleInstallation Instructions

Install the projectdoc Toolbox to your Confluence instance. There are no additional steps necessary.

Section
titleUpgrade Instructions

Update the projectdoc Toolbox on your Confluence instance.

Update all projectdoc Extensions and Doctype Add-ons you are using, since this version of the projectdoc Toolbox introduces API changes.

key,summary,type,priority,description
marker
consider-as-emptytrue

Despite this is only a micro version (aka bugfix) update, it contains a breaking change. Please note that this version is only released for Confluence 9.1.x.

The breaking change is with the Velocity integration. Previous versions allowed to pass the Velocity Page object as parameter to the toHtml method. Since the type of the object is not meant as part of the public API of Confluence, we now need to use the page identifier instead of the whole page object. See

In-Document Link
anchorNew and Noteworthy
for details.

Content Marker
hidetrue
consider-as-emptytrue

List of breaking changes with probably the largest impact on existing installations.

Content Marker
is-empty-textNo issues found

Jira
serversmartics JIRA
columnIdsissuekey,summary,issuetype,priority,description,fixVersions
columnskey,summary,type,priority,description,fixVersions

Section
titleList of Changes

The following changes are part of version

Display Property
property-nameVersion
of the projectdoc Toolbox for Confluence

Jira
serversmartics JIRA
columnIdsissuekey,summary,issuetype,priority,description
columns

maximumIssues1000
jqlQueryproject = 'projectdoc Toolbox' && (fixVersion

in

IN ('7.0.1')) && "Break"!='runtime (fix with reindex)' ORDER BY priority DESC, type

ASC

DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleSubordinate Release NotesKnown Issues


Sort Key, Name

projectdoc-section
titleInstallation Instructions

Install the projectdoc Toolbox to your Confluence instance.

There are no additional steps necessary.

If you like to install an Extension or one or more Doctype Add-ons, please make sure to install the latest versions as shown below.

display-table
doctyperelease-note
render-no-hits-as-blanktrue
render-modedefinition
selectName, Short Description
restrict-to-immediate-childrentrue
sort-by
The following extension are required to be updated for

this version of the projectdoc Toolbox

.Web API Extension

introduces API changes for the use of Blueprints.

In case your users used different locales when working with documents (for instance edit and refresh), then you probably would like to refresh the your spaces or the whole site. For detailed information, please refer to 

Section
hidetrue
titleRelated ReleasesUpgrade Instructions

Update the projectdoc Toolbox on your Confluence instance.

Update all Doctype Add-ons you are using, since

This version does not require updates of doctype-add-onsor the Web API Extension.

Section
titleExtension Add-ons
Content Marker
hidetrue
Content Marker
iddoctype-add-ons-overview-copy
Tour
header-translationsTitle=Doctype Add-on
TitleVersion
Web API Extension13.0.1
Information Systems Extension

8.0.0

Section
title
Static Document Link
documentprojectdoc Rebuild Manual
.

Section
titleList of Changes

The following changes are part of

the latest Web API Extension.

version

Display Property
property-nameVersion
of the projectdoc Toolbox for Confluence

Jira
server
Jira
server

smartics JIRA
columnIdsissuekey,summary,issuetype,priority

,status,resolution

,description
columnskey,summary,type,priority

,status,resolution

,description
maximumIssues1000
jqlQueryproject = '

PDEXWAPI

projectdoc Toolbox' && (fixVersion in ('

13

7.0.

0

1')) ORDER BY

type

priority DESC,

priority DESC

type ASC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

The following changes are part of the latest Bookmarklets Extension.

79ad43bc-d289-364e-bfc7-46c09847bebd
Section
titleSubordinate Release Notes
Display Table
doctyperelease-note
render-no-hits-as-blanktrue
render-modedefinition
selectName, Short Description
restrict-to-immediate-childrentrue
sort-bySort Key, Name
hidetrue
titleBookmarklets Extension
Jira
serversmartics JIRA
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDEXBML' && (fixVersion = '4.0.2') ORDER BY type DESC, priority DESC
serverId
Section
titleRelated Releases

This version does not require updates of of the

Static Document Link
documentWeb API Extension
or the
Static Document Link
documentInformation Systems Extension
, but it does require the update of the Doctype Add-ons to the versions shown below.

Information Systems Extension

The following changes are part of the latest Information Systems Extension.

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

Section
hidetrue
titleExtension Add-ons
Content Marker
hidetrue

The following extension are required to be updated for this version of the projectdoc Toolbox

Maven Extension

The following changes are part of the latest Maven Extension.

boxcaution

projectdoc-
content-

This app is not available for Confluence Data Center.

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

marker
iddoctype-add-ons-overview-copy
Tour
header-translationsTitle=Doctype Add-on
Section
titleWeb API Extension

The following changes are part of the latest

Static Document Link
documentWeb API Extension
.

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

Section
titleInformation Systems Extension

The following changes are part of the latest

Static Document Link
documentInformation Systems Extension
.

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

Section
titleDoctype Add-ons

The following doctype add-ons are required to be updated for the projectdoc Toolbox.

Content Marker
iddoctype-add-ons-overview
Tour
header-translationsTitle=Doctype Add-on
TitleVersion
Core Doctypes Add-on20.0
Section
titleDoctype Add-ons

The following doctype add-ons are required to be updated for the projectdoc Toolbox.

Content Marker
iddoctype-add-ons-overview
Tour
header-translationsTitle=Doctype Add-on
TitleVersion
Core Doctypes Add-on19.0.0
Doctypes for Agile Planning16.0.0
projectdoc Developer Diaries16.0.0
Doctypes for Project Management9.0.0
Doctypes for Service Management6.1.0
Doctypes for Business Strategy6.0.0
Doctypes for Software Development15.0.0
projectdoc Add-on for arc4213.0.0
Doctypes for Teamwork5.0.1
Doctypes for V-Modell XT7.0.0
projectdoc for Java Developersnot supported
projectdoc for Maven Developersnot suppoprted
Content Marker
hidetrue
iddoctype-add-ons-overview-store
19.0
Tour
header-translationsTitle=Doctype Add-on
TitleVersion
Core Doctypes Add-on
.0
Doctypes for Agile Planning
16
17.0.0
projectdoc Developer Diaries
16
17.0.0
Doctypes for Project Management
9
10.0.0
Doctypes for Service Management
6
7.
1
0.0
Doctypes for Business Strategy
6
7.0.0
Doctypes for Software Development
15
16.0.0
projectdoc Add-on for arc42
13
14.0.0
Doctypes for Teamwork
5
6.0.
1
0
Doctypes for V-Modell XT
7
8.0.0
for Java Developers
projectdoc
7.0.0
projectdoc for Maven Developers6.0.1

All doctype add-ons are optional. In case an add-on is not installed, there is no need to install it for this version of the projectdoc Toolbox.

In case any of the following doctype add-ons are used, they are required to be installed to work with this version of the projectdoc Toolbox.

Section
titleCore Doctypes

The following changes are part of the latest Core Doctypes Add-on

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

Section
titleDoctypes for Agile Planning

The following changes are part of the latest Doctypes for Agile Planning.

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

-content-marker
hidetrue
iddoctype-add-ons-overview-store
Tour
header-translationsTitle=Doctype Add-on

All doctype add-ons are optional. In case an add-on is not installed, there is no need to install it for this version of the projectdoc Toolbox.

In case any of the following doctype add-ons are used, they are required to be installed to work with this version of the projectdoc Toolbox.

Section
titleCore Doctypes
Section
titleprojectdoc Developer Diaries

The following changes are part of the latest projectdoc Developer Diaries.Core Doctypes Add-on

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

Section
titleDoctypes for Project ManagementAgile Planning

The following changes are part of the latest Doctypes for Project ManagementAgile Planning.

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

hide
Section
truetitleDoctypes for Risk Managementprojectdoc Developer Diaries

The following changes are part of the latest Doctypes for Risk Managementprojectdoc Developer Diaries.

This extension is experimental.

Jira
serversmartics JIRAJIRA
columnIdsissuekey,summary,issuetype,priority,status,resolution,description
columnskey,summary,type,priority,status,resolution,description
maximumIssues1000
jqlQueryproject = 'PDRISKMGMTDEVDIARY' && (fixVersion = '317.0.0') ORDER BY type DESC, priority DESC
serverId79ad43bc-d289-364e-bfc7-46c09847bebd

Section
titleDoctypes for Service Project Management

The following changes are part of the latest Doctypes for Service Project Management.

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

Section
hidetrue
titleDoctypes for Business StrategyRisk Management

The following changes are part of the latest Doctypes for Business StrategyRisk Management.

This extension is experimental.

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

Section
titleDoctypes for Software DevelopmentService Management

The following changes are part of the latest Doctypes for Software DevelopmentService Management.

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

Section
titleprojectdoc arc42 TemplateDoctypes for Business Strategy

The following changes are part of the latest projectdoc Add-on for arc42Doctypes for Business Strategy.

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

Section
titleDoctypes for TeamworkSoftware Development

The following changes are part of the latest Doctypes for TeamworkSoftware Development.

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

Section
titleDoctypes for V-Modell XTprojectdoc arc42 Template

The following changes are part of the latest Doctypes for V-Modell XTprojectdoc Add-on for arc42.

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

true
Section
hide
titleDoctypes for Java DevelopersTeamwork

The following changes are part of the latest projectdoc for Java Developers.This extension is experimentalDoctypes for Teamwork.

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

Section
hidetrue
titleDoctypes for Maven DevelopersV-Modell XT

The following changes are part of the latest projectdoc for Maven Developers.This extension is experimentalDoctypes for V-Modell XT.

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

...

Section
titleReferences
Content Marker
consider-as-emptytrue

Links to information referenced in the release notes.

Tour
render-as-definition-listtrue
replace-title-with-nametrue
TitleShort Description
projectdoc Rebuild Manual
projectdoc-section
titleResources
Content Marker
consider-as-emptytrue

Additional resources on our website regarding the release of the projectdoc Toolbox.

Tour
render-as-definition-listtrue
replace-title-with-nametrue