We have a workflow with several post-functions on the create transition to set fields based upon the link type relationship, for example: when creating a Story, the component field will be set based upon the component field in the associated Epic (using 'has Epic' relationship).
This works fine when creating new Stories via JIRA. However, if we create our Stories in JIRA Portfolio, the same post-functions are not applied and the component field is not populated based upon the associated Epic.
Is this to be expected? Anyone know if there's another way around this? Thanks.
Solved! Go to Solution.
Hi All,
I was able to get feedback from Atlassian on this issue via a formal support request.
For the record in case you stumble on this with the same issue -- it turns out that in Portfolio, issues are created without their issue links. As a result, any post-functions based on a linked issue will not fire during the create transition, hence the reason why there is difference in behaviour when creating issues via JIRA & creating issues in Portfolio.
As a result of our discussion, this New feature request was created -- please watch & vote!
This also prevents the use of field validators in your projects. For example, you can't make "Epic Link" field required because the validator will fire for anything created in Portfolio.
We stopped using Portfolio for creating new issues.