Need all fields on View screen to be available in Smartsheet JIRA integration on JIRA Cloud

Bill December 20, 2016

Smartsheet in their JIRA integration only grabs fields from the Create screen. Their response is: "The reason we only grab fields from the Create screen is because the Jira SDK that we use to interact with Jira will only provide fields for this screen. This is something we originally looked into, but hit a roadblock with the SDK. "

During our analysis reviewing the missing fields, it was determined that all the JIRA project fields display on the View screen and these fields are required for the Smartsheet JIRA integration to work as expected.

  • Why doesn't JIRA make all the View screen fields available in the Smartsheet integration with JIRA? 
  • How can all project fields on a View screen become available in the Smartsheet JIRA integration process? 

Adding all the fields on the Create screen is not an option because our business model limits fields on the Create / Edit screens depending on the user role.

Thank you.

1 answer

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 20, 2016

I believe this is because via REST API you can query for the fields on the Create Screen using the createmeta endpoint. The developer could check the screens assigned to the Project/Issue Type to discover more fields, but the API doesn't provide a way of discovering screens yet. sad

  1. https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-discovering-meta-data-for-creating-issues
  2. https://jira.atlassian.com/browse/JRA-40440

Suggest an answer

Log in or Sign up to answer