Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data missing from Jira issue when unsupported custom fields are mandatory #794

Open
DHaussermann opened this issue Aug 16, 2021 · 0 comments · May be fixed by #1127
Open

Data missing from Jira issue when unsupported custom fields are mandatory #794

DHaussermann opened this issue Aug 16, 2021 · 0 comments · May be fixed by #1127
Labels
Difficulty/2:Medium Medium ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers
Milestone

Comments

@DHaussermann
Copy link

DHaussermann commented Aug 16, 2021

In a scenario where a user is trying to save an issue in Jira and there are required custom fields required to save the issue an alternate workflow occurs. An ephemeral post is shown with details about which fields are not supported. The user is given a link to follow to finish saving the issue.

In this scenario, the links should have all the populated fields included in the URL and should then populated on the jira form when you navigate to Jira. Now, some of the fields I passed in via the modal are not shown in the Jira UI when I go to finish saving the issue but the rest are there.

This behavior only occurs when one of the following fields is mandatory...
Date Picker
Date Time Picker
Number Field

The values for the fields are supplied in the modal but do not make it to JIra. The following fields are affected:

  • Labels
  • Select List (multiple choices)
  • User Picker (single user)
  • Checkboxes
  • Components
  • Fix version

Steps:

  1. On a Jira instance create the following custom fields Date Picker, Date Time Picker, Number Field
  2. Configure the fields to be mandatory for the Screen / Project / Issue type you are using
  3. Attempt to create an issue through Mattermost
  4. Provide values for all fields
  5. Create the issue
  6. Follow the link

Observed" Some values provided in step 4. are not shown in Jira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/2:Medium Medium ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
4 participants