Task status definitions

To avoid further misunderstandings regarding task status they are defined on this page.

Be aware that this is done (too) late in the project, so some cards in Jira will not reflect this correctly.

 

Title (EN)

Title (DK)

Definition

Database setting

Title (EN)

Title (DK)

Definition

Database setting

Available

(Old title: Missing)

Ledig

A task that is not assigned to anyone

Task has ParticipantId is null.

Unanswered

(Old title: Awaiting)

Ubesvaret

A task that is assigned to a participant but awaiting an answer

Task has ParticipantId not null and Responsed = false

Accepted

(Old title: Assigned)

Accepteret

A task that is both assigned to a participant and accepted

Task has ParticipantId not null and Responsed = true & Accepted= true

Rejected

Afvist

A task that has been assigned to a participant, who has rejected it.

Task should become available, when the participant rejects it, but we need to save the rejection info to show on participant profile etc.

Task has ParticipantId not null and Responsed = true & Accepted= false