We are storing JIRA data into SQL and when data is coming it is having JIRA tags like Panel, Color etc.
So when i am using this in my report it is giving me the same thing which we have got after migration.
i want to remove these tags so that my text is readable to end user properly.
Any help will be appreciated. TIA.
What do you mean by "when data is coming"? How are you getting the data and what are you getting?
We are connecting JIRA db via Business Object reports and then transferring the data which we get from BO to SQL DB.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I thought so. You're reading raw Jira data directly from the database, and run into one of the hundreds of reasons that this is the worst thing you can do.
Your choices are
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.