I have an event (โSubscribedโ) to which I want to add a count property based on RRID. If itโs the first event, the count property should be set to 1. If there are already existing events with the same RRID, the count should reflect the respective occurrence. I thought to use JQL, can you help me create the script