Hi
Had team calendars up and running for some time (and it's great). One of the reasons we purchased this was to be able to use the JIRA functionality with it but our JIRA version was too old.
This got updated a few days ago and this morning I had my first look at adding JIRA events to it. Unfortunately instead of creating a new calendar for this so I could blow it away if there was issues I opted to add the JIRA to an existing calendar and now I have information showing that I don't want, and can't edit
I also can't see how I delete this JIRA information from my existing calendar view. How do I do this without destroying any other calendar information?
Thanks
Welcome to the Atlassian Community!
The only way to do this would be to set up quick-filters that match each one of your swimlanes.
If you are doing swimlanes by Stories, Projects, Assignees, or Epics, then there is no concept of "current", so you can't create filters for it.
Some boards do have code that generates automatic quick-filters, which do this for "assignee", but you can't do that coding in JQL.
Thanks for your answer - I hoped that there is something like a var with the currently active Story ID that could be used.
Ok, I guess then writing your own JQL function e.g. in Scriptrunner would be the only way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no way you can do that. The variables on issues do not include a dynamic "current" value, because there is no such thing. You can't write a function for it in Scriptrunner, because a function can't know what the settings of the board are.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.