Skip to content

[Confluence] Confluence class missing blogpost_exists() method #581

@dr-sin

Description

@dr-sin

Hi, first time posting here. Apologies if I should have raised this as a feature request, but I'm not aware of the proper forum, and developer.atlassian.com didn't seem like the right place...

Confluence REST API seems to support searching a space by the title of a blogpost, but requires 'type=blogpost' explicitly passed. Method confluence.page_exists() does not take type/content_type as an argument. I'm assuming this is because the name of the method implies the type, page.

So, my real question is: Is there interest in adding a way to find a blogpost, by title, in a given space? And if so, would you prefer new methods blogpost_exists() and get_blogpost_by_title() be created, or is it more appropriate to add type/content_type arguments to the existing page_exists() and get_page_by_title() methods?

I've tested the latter of the two with success. Thanks for your time,

-Cezar

Metadata

Metadata

Assignees

No one assigned

    Labels

    confluenceAtlassian Confluence (Cloud, Server or Dataceneter)help wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions