Is there a way to determine if a comment on an attachment is resolved? Inline comments can be determined with "expand=extensions.resolution", however there does not appear to be a similar endpoint for attachment comments.
I've tried expanding every option it gives me, and doing a text diff of two comments (one resolved, one open). As far as I can tell, there is no way to differentiate the two, but I'm hoping that I missed something.
Community moderators have prevented the ability to post new answers.
Your understanding is right, there is no direct way to determine if a comment on an attachment is resolved using the Confluence REST API.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
Hello @Garrett Stauffer
Maybe you could try to solve this by finding issue with comments by user containing specific text, ex:
issue in commented("project = SER", "John", "", "", "approved") ,
or containing specific text:
issue in commented("project = SER", "", "2023/01/01", "", "urgent")
You could try to use ARGON app for this
Hope this can help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bartek Szajkowski _ Orbiscend OU -- Welcome to the Atlassian Community!
As a reminder...when recommending a marketplace vendor product, please ensure you disclose your affiliation to that vendor in your post wording, and not just in your profile name / badge. For more information, please see:
Atlassian Partners - Rules of Engagement
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.