-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Customer - Website experience
-
None
-
Severity 3 - Minor
-
Pre-deployment testing
-
M
Issue Summary
When trying to apply a promotion code to an app using a free license, it will fail with no UI message
You can still catch this exception on the browser dev console.
Steps to Reproduce
- Install an app with a free license
- In the Jira top bar, click on Apps → Manage Apps.
- On the left menu, click on Promotions.
- Click on Apply promotion code
- Input the promo code and click on check. Nothing will happen. You will see a JSON with an error message in the browser console. Nothing will be shown on the modal that checks the promo code.
Expected Results
A message in the UI saying the result of the promotion code check.
Actual Results
No message is shown in the UI; it is only shown in the browser dev tools.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available