Bug 472773 - Android client for bugzilla
Summary: Android client for bugzilla
Status: RESOLVED WORKSFORME
Alias: None
Product: bugs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KDE sysadmins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-29 14:25 UTC by Andrew Shark
Modified: 2023-07-29 19:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Shark 2023-07-29 14:25:46 UTC
Sometimes I want to observe a bug from Android, for example, when receiving email and being not near PC.

But bugs.kde.org in not adaptive to mobile devices. So I am interested if there is a way to use bugzilla android clients.
I have seen BugDroid, BoogDroid, Bugzilla Keysystems.

I have seen documentation of bugzilla, saying it can do REST API https://bugzilla.readthedocs.io/en/5.0.4/api/index.html
The version of bugs.kde.org is obfuscated, but I was able to see it in page sources, and it is 5.0.6 currently.
It is said that XML-RPC (which DrKonqi uses?) and JSON-RPC APIs are deprecated. But did this site enabled working with REST API? Is it possible to use some android client for bugzilla with this site?
Comment 1 Ben Cooksley 2023-07-29 19:51:20 UTC
To my knowledge, Bugzilla doesn't allow you to switch them off - so both the XML-RPC and JSON-RPC APIs are enabled on this instance.
You will likely need an API key which you can obtain on a self-service basis from https://bugs.kde.org/userprefs.cgi?tab=apikey

Providing the actual software client is out of scope for us, as Bugzilla is a commodity-off-the-shelf (COTS) software product.