I am using the Calendar App to create a release calendar that tracks all our releases along with their respective critical path milestones. I would like to dynamically include the Jira Epics and stories that correspond to each release using the SS Jira Connector. These stories will thereby represent the planned release scope.
When a new release is identified, a new row is added to the sheet and user stories are tagged using the Fix Version in Jira.
Is there a way that I can I pick up the new row value containing the release name and pass it to my Jira workflow that retrieves all the stories tagged for that release? I would prefer to pass that value through some variable rather than hard coding it into the Jira workflow.