お返事下さりありがとうございます。
仰る通りまさに2つの特定のバージョンを直接比較して違いだけをリストアップする機能があるのか確認したかったです。お返事ではこの機能は内蔵されていないと聞いて残念です。
JIRAの既存の機能を駆使して機能をカスタマイズすることが可能でしょうか?
Hmm, I'm not entirely sure... but, with Jira built-in functions, I'm not sure if you'll be able to do that.
On the other hand, you could maybe try using Rovo to see if it will be able to list those differences 🤔
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @吉田 泰洋 ,
Can you maybe share some additional details of what exactly the requirement is here when it comes to this comparison? If there's a use case, I'd like to hear more about it. 👀
In mean, in cloud, you could maybe use releasedVersions() JQL function to find work items associated with released versions in a space. For example:
fixVersion in releasedVersions(SPACEKEY)
Although there's no built-in function to directly compare two specific versions and list only the differences.
I've also tried searching for open suggestions (something similar to Confluence's "compare versions" feature), but the closest thing I've found is this: JRACLOUD-22640
Cheers,
Tobi
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.