githubbob42 / mingle2github2

0 stars 1 forks source link

Mobile Field Updates - lookup values #5495

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 5856 Narrative

see #5843 for custom metadata objects needed

Forms to create new records need a way to set lookup values via mobile workflow rules.

Acceptance Criteria

A mobile field update can be configured to set a lookup field to a queried value

Analysis

Add new pre-processor directives to allow resolution of lookup values by a user defined filter (and pick first match)

Related Stories

Tasks

{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}

Defects

{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}

Test Plan

githubbob42 commented 5 years ago

Feature: #5429 Field Updates in Mobile (Mingle)