You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, I need to get the name of the creator users of all the epics, but when I use the {{lookupIssues}} it has a limit of 100.
Do you know any way to obtain the data of all the epics?
thank you
Hello @oterof_sancristobal_com_ar
Welcome to the Atlassian community.
You can't change the limit imposed on the Lookup Issues action. We need more information to provide useful alternatives.
Approximately how many Epics do you expect to retrieve?
Can you break that into to smaller groups, such as retrieving the Epics per project, and still meet your other requirements?
What is your use case or the problem you are trying to solve where you think you need to retrieve all the Epics?
Well, I need to send and email to a group of persons that apears in the epics, and for that I need the names of the all epics.
The only solution that I found was split the {{lookupIssues}} in small groups, and then join the members whit a distinct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you can run your rule on a Schedule, the Schedule trigger JQL will allow you to retrieve up to 1000 issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, its already chedule for the 1st of each month, but the idea is not to send the same email to the same person twice :(
Thats why we need to know firts all the persons at once and then usa the distinct.
But, this iea only works with 100 :(
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.