xl8bot
1
Originally asked by Jens Kisters on 02 September 2021 (original question)
Hello,
i found this article:
https://docs.idalko.com/exalate/display/ED/How+to+sync+epics+in+Jira+Cloud
How does one do additional scripting here?
I would like to filter the comments that are synced.
Judging from the default scripts i’d manipluate issue.comments before i do
issue.comments = commentHelper.mergeComments(issue, replica)
but how does work with the
Epic.send()
call?
kind regards
Jens
xl8bot
2
Answer by Michiel Meurs on 14 September 2021
Hi Jens Kisters could you please provide some more info on what you’d like to do exactly?
Regards,
Michiel
Comments:
Jens Kisters commented on 14 September 2021
Epics will be created in Jira Software Cloud Instance A
They should be synced to Jira Software Cloud Instance B
In B they are added to sprints, filled with stories, sprints are started in finished in b
Stories should not be synced back from B to A
In B fields on the epic are edited, some internal (private) some external (should be synced)
In A and B comments are added to epics some internal, some external.
In A People want to see
- Which Epic is in which sprint
- When does the sprint beginn and end
- which external comments have been written in B on the Epic
In A people should not see
- internal comments from B
- internal field changes from B
In B people want to see
- which external comments have been written in A on the Epic
In B people should not see