Content
View differences
Updated by Niels Lindenthal over 2 years ago
**As** a CEO of XWiki
**I want to** extend the existing XWiki macros for Jira to also show data from OpenProject, specifically charts that show how many work packages were in open states vs. closed over time
**so that** I can offer my customers a fully open source alternative.
**Acceptance criteria**
* There is an additional work package attribute `closedAt`.
* This can be selected to be shown in:
* Work package list
* Work packages details view
* It can be filtered (similar to `createdAt`)
* It can be requested through the APIx
* The attribute is set when a work package is closed (meta status).
* The attribute is deleted when re-opening a work package.
**I want to** extend the existing XWiki macros for Jira to also show data from OpenProject, specifically charts that show how many work packages were in open states vs. closed over time
**so that** I can offer my customers a fully open source alternative.
**Acceptance criteria**
* There is an additional work package attribute `closedAt`.
* This can be selected to be shown in:
* Work package list
* Work packages details view
* It can be filtered (similar to `createdAt`)
* It can be requested through the APIx
* The attribute is set when a work package is closed (meta status).
* The attribute is deleted when re-opening a work package.