-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1.0
-
Severity 3 - Minor
Issue Summary
When an issue is being created from Slack integration, if the create screen contains the Account field from Tempo add-on and an account is selected for this field, the create process fails
Steps to Reproduce
- Install Tempo to your Jira instance.
- Add some accounts, teams, users and associate them with test project.
- Go to the test project configuration and enable Tempo there.
- Add Tempo Account field to issue creation screen.
- Create issue with “/jira create” command from Slack and select some account in Account field.
Expected Results
issue created
Actual Results
An error is shown during the issue:
io.tempo.jira__account: Can not deserialize instance of java.lang.Long out of START_OBJECT token at [Source: N/A; line: -1, column: -1]
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
Form Name |
---|
Any update there?
We currently use Tempo Team & Account and we cannot leave it blank. Those fields are set by reporter during creation.
I recommend Jira Cloud for slack to review the code and fix the API request as it is probably connected with providing correct JSON format similar to this: https://community.developer.atlassian.com/t/tempo-error-when-trying-to-create-issue-via-the-jira-cloud-rest-api/28074