Commit 85458f1
authored
[Confluence] added new endpoints for confluence whiteboards + docs + example (#1377)
* fixing minor issue in scrap_regex_from_issue method
* new Confluence method scrap_regex_from_page+ docs + examples
* added method get_attachments_ids_from_page to jira.py
* added method download_attachments_from_issue
* refactoring download_all_attachments_from_page method
* finished download_attachments_from_issue
* added two new methods: download_attachments.from_issue and get_attachments_ids_from_issue
* added fix to the infinitive loop
* adding reursion depth condition
* fixed reursion depth condition
* added update4d jira.py with new method + docs +example
* added update4d jira.py with new method + docs +exampl
* fix flake8 issue
* hotfix get_issue_tree_recursive
* added expand to get_issue method, added new method
* get_issue_status_changelog method
* included param expand in get_issue method decription
* WIP PR changes - #1357
* improving index.rst docs #1365
* added whiteboard methods
* added confluence whiteboard endpoints
---------
Co-authored-by: gkowalc <>
Co-authored-by: Greg <gkowalc>1 parent 27275fe commit 85458f1
File tree
3 files changed
+76
-0
lines changed- atlassian
- docs
- examples/confluence
3 files changed
+76
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2877 | 2877 | | |
2878 | 2878 | | |
2879 | 2879 | | |
| 2880 | + | |
| 2881 | + | |
| 2882 | + | |
| 2883 | + | |
| 2884 | + | |
| 2885 | + | |
| 2886 | + | |
| 2887 | + | |
| 2888 | + | |
| 2889 | + | |
| 2890 | + | |
| 2891 | + | |
| 2892 | + | |
| 2893 | + | |
| 2894 | + | |
| 2895 | + | |
| 2896 | + | |
| 2897 | + | |
| 2898 | + | |
| 2899 | + | |
| 2900 | + | |
| 2901 | + | |
| 2902 | + | |
| 2903 | + | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
2880 | 2921 | | |
2881 | 2922 | | |
2882 | 2923 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
164 | 179 | | |
165 | 180 | | |
166 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments