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
Have certain values (separated by commas) populated onto custom field (multi-line) for Issues
Requirement is:
- Need to perform substring operation on this value using a delimiter
- And display only last X digits
Is this feasible via JQL? or wild card searches?
Any available plugin to support such operation?
Thanks @Andy Heinzer for your inputs
Will try the plugin, if I can attain the requirement. Leave feedback shortly
Do we have any relevant plugins at confluence end?
@Jobin Kuruvilla [Adaptavist] Have anything to comment here please? The requirement is to perform substring operation on the custom multifield text value populated onto confluence from Jira.
This is not a generic JQL function requirement. You might want to write a custom searcher for your custom field or write a JQL function in a plugin that does what you want.
But features like displaying only last X digits are beyond the search functionality. That will be a modification to the custom field implementation!