Skip to content
Discussion options

You must be logged in to vote

I used following modification for the time being after searching in source-code


            const maintenances = note.getLabels('maintenance').map(l => l.value);
            maintenance = maintenances.reduce((a, b) => parseFloat(a) + parseFloat(b), 0)

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@eliandoran
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5231 on July 05, 2025 19:51.