atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

[Confluence] New method 'scrap_regex_from_page' + docs + example #1327

Closed gkowalc closed 4 months ago

gkowalc commented 4 months ago

This method performs the same function as scrap_regex_from_issue for jira:

codecov-commenter commented 4 months ago

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (7c3dcee) 34.35% compared to head (4db577a) 34.31%.

Files Patch % Lines
atlassian/confluence.py 14.28% 12 Missing :warning:
atlassian/jira.py 0.00% 9 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1327 +/- ## ========================================== - Coverage 34.35% 34.31% -0.04% ========================================== Files 45 45 Lines 8302 8317 +15 Branches 1158 1163 +5 ========================================== + Hits 2852 2854 +2 - Misses 5336 5349 +13 Partials 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gonchik commented 4 months ago

@gkowalc could you a use cases please ?

gkowalc commented 4 months ago

@gonchik do you mean what are the use cases of this method?