mojira / mojira-discord-bot

🎮 A Discord bot for linking to and providing information about Mojira tickets
https://discord.gg/rpCyfKV
GNU General Public License v3.0
19 stars 9 forks source link

Fix version feeds #293

Closed dericksonmark closed 3 months ago

dericksonmark commented 3 months ago

Purpose

Version feeds have been failing for maybe two years now. The cause of the issue seems to be the fact that project IDs were being returned in the version list rather than project keys.

Approach

The config file was adapted to accept a key-ID pair list for each version feed. When fetching a list of versions, keys are used to search for a project's version, while IDs are used to convert returned versions' projects into embed fields.

Future work

These changes only enable the version-feed channel.