Run the "plugin-checker.py" file pointed at an application.xml file from a Bitbucket support zip to quickly check all plugins to check if plugins are compatible or not.
python3 plugin-checker.py -f /path/to/application.xml
You can also add the "-m" flag at the end to set markdown formatting to be copied directly into Jira or Confluence.
python3 plugin-checker.py -f /path/to/application.xml -m
-
Python3 This was written in python3.7 and requires at least 3.5+ to operate as expected.
-
pip3 install requests --user
-
pip3 install colorama --user
Or Install all dependencies at once via the requirements.txt file
pip3 install -r requirements.txt