Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Action Links with dynamic Project Number

Hi,
I have some problem with my issue.
I have data like:
And now I want to drill EpicNumber to task on JIRA.
I have link something like that:
https://jira.XXX.com/browse/XELRMICTIG-587
How can I create a action link to the right end of the link (epic number) receive as value from epic number column?
I try:
https://jira.XXX.com/browse/@{EpicNumber}
but it doesn't work.
Any help or suggestion?
Answers
-
Ok, I solved the problem.
I used the following solution:
https://jira.XX.com/secure/QuickSearch.jspa?searchString=@{EpicNumber}
0