Missing Group by Field

Issue #1115 resolved
Erwin Smith created an issue

Hi, This morning when I logged on to work I noticed a field that I need for grouping timesheets is missing. I rely heavily on the Client Group By field. All that shows is Client POC, which produces a blank page.

Please help, this is critical for me.

Comments (12)

  1. Andriy Zhdanov

    Hi Erwin,

    Could you please open https://your-company.atlassian.net/rest/api/2/field in your browser and share with me what you get for the customfield_10801 and customfield_10400? You shoud change your-company for your instance, and get something like the following:

    {
      "id": "customfield_10100",
      "name": "Test Select Field",
      "custom": true,
      "orderable": true,
      "navigable": true,
      "searchable": true,
      "clauseNames": [
        "cf[10100]",
        "Test Select Field"
      ],
      "schema": {
        "type": "string",
        "custom": "com.atlassian.jira.plugin.system.customfieldtypes:select",
        "customId": 10100
      }
    }
    

    Thank you.

  2. Erwin Smith reporter

    Hi Andriy, "id":"customfield_10801","key":"customfield_10801","name":"Billable" "id":"customfield_10400","key":"customfield_10400","name":"Client"

    Those are both custom fields that I would need to group by, especially 10400

    Let me know if I can help in any other way, and thanks for your quick reply!

  3. Erwin Smith reporter

    Oh, sorry...

    {"id":"customfield_10400","key":"customfield_10400","name":"Client","custom":true,"orderable":true,"navigable":true,"searchable":true,"clauseNames":["cf[10400]","Client"],"schema":{"type":"array","items":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:multiselect","customId":10400}}

    {"id":"customfield_10801","key":"customfield_10801","name":"Billable","custom":true,"orderable":true,"navigable":true,"searchable":true,"clauseNames":["Billable","cf[10801]"],"schema":{"type":"option","custom":"com.atlassian.jira.plugin.system.customfieldtypes:select","customId":10801}}

  4. Erwin Smith reporter

    Great, thanks. Looks good now.

    What was the problem? Was it something we did on our end?

  5. Log in to comment