We use the Releases feature, but manually create each release. They are always on the same day each week.
We create a few in advance, so if issues are destined for the week after next, they can be tagged as such.
For example, right now we have:
230509-ProductName
230516-ProductName
230523-ProductName
230530-ProductName
Thanks to this forum, we currently have an automation that releases the version when all the issues tagged to it are marked as Released.
We now need a trigger for when a version is released, it creates a new one 4 weeks in advance, e.g.
230509-ProductName is Released
230606-ProductName is created.
I suspect we will have to change our versions from date numbers, to 0001,0002,0003 etc, but what is possible and best practice?
Hello,
You can use the ScriptRunner plugin for it:
https://scriptrunner.adaptavist.com/latest/jira/fragments/HideUIElement.html
Hi Alexey,
To clarify, I meant are we able to hide the "clone"/"is cloned by" under each ticket but still retain the clone function itself?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do it with the Issue Matrix plugin or with Java Script. But Java Script is not a maintainable solution.
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.