[bug][easy] Fix .env typo: IRA_ASSETS_STORE_OBJECT_TYPE_ID #3

Closed
opened 2026-07-01 16:06:32 -04:00 by jmcqueen · 1 comment
Owner

The tenant .env contains IRA_ASSETS_STORE_OBJECT_TYPE_ID=109 (missing leading J). Currently harmless because src/config/index.js defaults to '109', but any future non-default value will silently be ignored.

Fix: rename to JIRA_ASSETS_STORE_OBJECT_TYPE_ID in .env, and confirm .env.example already uses the correct name (it does).

The tenant `.env` contains `IRA_ASSETS_STORE_OBJECT_TYPE_ID=109` (missing leading `J`). Currently harmless because `src/config/index.js` defaults to `'109'`, but any future non-default value will silently be ignored. **Fix:** rename to `JIRA_ASSETS_STORE_OBJECT_TYPE_ID` in `.env`, and confirm `.env.example` already uses the correct name (it does).
jmcqueen added this to the v1: Jira lifecycle GA milestone 2026-07-01 16:06:32 -04:00
jmcqueen added the
bug
easy
labels 2026-07-01 16:06:32 -04:00
Author
Owner

Fixed locally in .env. .env.example already used the correct spelling. Closing.

Fixed locally in `.env`. `.env.example` already used the correct spelling. Closing.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jmcqueen/wxccai#3
No description provided.