Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

It is possible to view the number of open todos of meeting-notes in the page property list?

Marcel Keller May 6, 2019

i tried to display the number of open todo of meeting-notes in the page property list.

i created a user macro to display the number of open todos and inserted it in the page property.

 <ac:structured-macro ac:name="html">
<ac:plain-text-body><![CDATA[<span id="how-many-unchecked"></span>
<script type="text/javascript">
AJS.toInit(function() {
var count = AJS.$('li[data-inline-task-id]').not(".checked").length;
if (count > 0) {
AJS.$("#how-many-unchecked").text(count);
}
});
</script>]]>
</ac:plain-text-body>
</ac:structured-macro>

then I inserted the user macro in the side property of the meeting-notes. It displayed the number of open todos as desired.

Unfortunately the display in the page property list does not work. This variant does not display the number of todos of the page from the page property list, but the number of todos of the page on which the page property list is displayed.

Is there a way to display the number of open todos on the page property list?

Many thanks for good ideas.

1 answer

0 votes
Marcel Keller June 7, 2019

someone has an idea?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events