ExClubhouse v0.5.2 ExClubhouse.Ops.Epic View Source

Holds builder functions for Epic operations

Link to this section Summary

Link to this section Functions

Link to this function

comments_list(epic_public_id)

View Source
comments_list(integer()) :: ExClubhouse.Operation.t()
Link to this function

create_comment(epic_public_id, comment_input)

View Source
Link to this function

create_comment_comment(epic_public_id, comment_public_id, comment_input)

View Source
Link to this function

delete_comment(epic_public_id, comment_public_id)

View Source
delete_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function

get_comment(epic_public_id, comment_public_id)

View Source
get_comment(integer(), integer()) :: ExClubhouse.Operation.t()
Link to this function

stories_list(epic_public_id)

View Source
stories_list(integer()) :: ExClubhouse.Operation.t()
Link to this function

update_comment(epic_public_id, comment_public_id, update_comment_input)

View Source