I'm looking for advice on the best way to retrieve Fix Version from a ticket in ProjY and then copy it over to a new ticket in ProjX. Initial thought is to use webhook/api to query and store as a var...
Hi everyone, I'm trying to generate a list using jira automatons of all the fix versions scheduled or have released in the current month. JQL: fixVersion in releaseDate("after startOfMonth() ...
I can successfully get the Version Driver field using a web request in my automation using a GET /rest/api/3/version/<version_id>?expand=driver. I am trying to test if I can change that with...
How can I add a new status for Fix versions? We have one team that should release the version and another team that should test it after the release. So I need another status to use after the relea...
I have a manual automation that when I trigger on an issue I want it to do something with the fixversions that the issue is part of. But from the issue properties I only have the {{issue.f...
Looking at : https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Version-created--updated--released I find I am unsure of how the release work and triggered automations int...
Hi everyone, I have created an automation with the following actions: Upon the creation of an Epic with a specific component, Jira sets the fix version; Subsequently, child tickets are created, a...
Hello community! I have an issue with Jira automation. I set up the rule: when issue status transition to "in progress" then edit issue field fix version (next unreleased version) But I have a few v...
Hello, I am a Project Administrator and currently there are no restrictions on who can add or change fix versions, as long as they have any role assigned to them in a project. Is it possible to restr...
When value changes for fix Version/s if then : Updated Due Date else if then Update Due date else then clear due date...
We use versions (releases) to bundle our changes. We would like to add comments and attachment to the release, because our manager needs approve the release (and we need to document this). ...
I would like to assign a specific version to many projects at the same time. I have a 'guide' project where I am trying to use a jira Automation rule to generate a new version. The new version is giv...
What fix version naming convention do you follow if releasing multiple times a week within a 2 week sprint? We are moving from monthly release to twice a week and figuring a fix version that won't c...
We've tried to create a Traceability report for our release test plan and filter on fix version, but then it pulls hundreds of old stories and epics not a part of that fix version. Is there a piece w...
We went from quarterly to monthly releases and had a great fix version convention. The team wants to move to continuous releases twice a week and think fix versions will be tedious to maintain. i ne...
We are looking at consolidating 4 Jira Software cloud instances - but some groups use a separate Jira Project for each real-world project - and other groups have 1 Project per Program Group/Platform ...
it's April 2023, if I search the commuity knowledge base I find tens of trillions of questions all the same as mine that I'm about to write again: why can't a user of a Jira project manage versions o...
Hi All, Please let me know if there is any specific authentication required to update XRAY Test> Test Runs > Fix Versions It will be great help if you provide XRAY API with JSON details to up...
I tried one the solution shared in this forum to update the fixversion, but having issues. In the below code, user updating the issue with all unreleased version. But, How can we updated the ...
JQL for the quick filter: project = "ProjectName" AND issuetype = Story AND fixVersion is EMPTY Intended result - returns all stories in the project with an empty fixVersion field. ...
I am trying to create a new XRAY Report, but in my Jira project, the list of Fix Versions I can select are from other Jira projects and I can't see the Fix Versions for the Project I'm in. Attached ...
We use Jira Data Center. I am trying to automate the propagation of a change in the system field Fix Version/s of an epic to all the stories, tasks, bugs under that epic and also to the all the subta...
Is it possible to make 'Fix Version' required for only one project but not for all our others? We'd like to require fix version to be required when transitioning a ticket a specific status, or ...
I am working in Epics which have multiple fix versions assigned to them. I select the versions in a specific order I need for reporting. But after I select, leave the issue and go back to...
I'm attempting to set the Fix Version to the earliestUnreleasedVersion when an issue is resolved. Our fix version list is by quarter: 23.Q1 << this being the earliestUnreleasedVersion 23.Q2 ...
Copied to clipboard