Export Tree View as Markdown
The current Tree View can be exported in the form of a Markdown file by selecting the markdown from export drop-down.
The file presents the tree in a tabular format along with the information of configured issue fields.
Issue nodes in the tree are represented as a row in the file
The first field, indent corresponds to the level of depth of the issue node.
The Link field corresponds to the link node between two issue nodes in the tree.
The fields following the Link field correspond to the other issue fields of the issue of the row.
For example,
the second line is read as, ASC-1 is the Parent of ASC-2.
the third and fourth lines are read as, ASC-2 has Subtasks: ASC-3 and ASC-4
the fifth line is read as ASC-2 relates to ASC-6.
Markdown File