Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,605
Community Members
 
Community Events
185
Community Groups

How can i search only clone issue

How can i search only clone issue

1 comment

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 19, 2020

@vashim shekh  Something like this should work for JQL,

issueLinkType in ("is cloned by", Cloners, clones) 

result is coming but both are result are showing , clone and where is clone from

i need only clone issue not require where is coming from issue.

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 19, 2020 • edited

@vashim shekh  play with values in IN query and you will get desired results, for example below might work ...

issueLinkType in (clones)

Or you can try,

issueLinkType in ("is cloned by")

Thanks man its very help full for me .

 

2. if i go to clone one of the issue, it should copy selected field value like , summary , description , we do not require to copy my transition date capture. like in dev time , dev time etc. if it possible please help me . 

Note :- in dev time , Ready for dev time it custom field to capture date from one status to another status.

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 19, 2020

@vashim shekh 

For cloning behavior of Jira is pretty much fixed. You can change some properties in setting files to change link type and prefix of summary. Nothing more.

For better control on clone you need to use external plugins from Marketplace. One of the popular one that I know of is - https://marketplace.atlassian.com/apps/44043/clone-plus-for-jira?hosting=server&tab=overview

Thanks you very much..

Comment

Log in or Sign up to comment