Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

implemented CommentProperty #1937

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

zerwes
Copy link

@zerwes zerwes commented Jan 25, 2025

handle comment properties analogue to the issue properties

example

is_internal_comment = False
try:
    p = jira.comment_property(425201, 'sd.public.comment')
    is_internal_comment = p.value.internal.lower() == 'true'
except JIRAError:
    pass

@zerwes zerwes requested a review from a team as a code owner January 25, 2025 19:51
@zerwes zerwes requested a review from ssbarnea January 25, 2025 19:51
Copy link

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant