Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of Action item (task) #56

Open
renesy opened this issue Nov 2, 2022 · 1 comment
Open

Support of Action item (task) #56

renesy opened this issue Nov 2, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed v4

Comments

@renesy
Copy link

renesy commented Nov 2, 2022

Is there support for action items (tasks) or is this planned?
In Confluence web an action item is created by typing [] followed by the text and optionally tagging an assignee using @Person and setting a due date using //Date.

Markdown could look similar to:
[ ] Task text @Person //2022-11-02
I tried these variants as well:
[] Task text (no space between [ and ]
- [ ] Task text (bullet point and space as suggest here: Markdown Checkbox

Confluence generates this XML

<ac:task-list>
<ac:task>
<ac:task-id>1</ac:task-id>
<ac:task-status>incomplete</ac:task-status>
<ac:task-body><span class="placeholder-inline-tasks">Task text <ac:link><ri:user ri:account-id="1df8763daa10476da25e461b" /></ac:link>  <time datetime="2022-11-02" /> </span></ac:task-body>
</ac:task>
</ac:task-list>
@justmiles
Copy link
Owner

Great idea!

It's not currently supported. Happy to merge any PRs that add this feature but it's not on any current roadmap. The original intent was to provide a solution that ships standard markdown to Confluence, but we've added Confluence specific capabilities in the past.

@justmiles justmiles added enhancement New feature or request help wanted Extra attention is needed labels Nov 7, 2022
@justmiles justmiles added the v4 label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed v4
Projects
None yet
Development

No branches or pull requests

2 participants