summaryrefslogtreecommitdiff
path: root/spec-qdp/spec/qdp-issue.yml
blob: a95f62617d4a60fbba818964d54cad7972192735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 EDISOFT
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: qdp-type
  spec-value: issue
  uid: qdp-root
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      created:
        description: |
          It shall be time when the issue was created.
        spec-type: str
      identifier:
        description: |
          It shall be identifier of the issue in relation to its database.
        spec-type: str
      labels:
        description: |
          It shall be the list of labels of the issue.
        spec-type: list-str
      milestone:
        description: |
          If the value is present, then it shall be the milestone the issue.
        spec-type: optional-str
      status:
        description: |
          It shall be the status of the issue at the update time.
        spec-type: str
      subject:
        description: |
          It shall be the subject of the issue.
        spec-type: str
      updated:
        description: |
          It shall be time of the last known issue update.
        spec-type: str
    description: |
      This set of attributes specifies an issue.
    mandatory-attributes: all
spec-name: Issue Item Type
spec-type: qdp-issue
type: spec