Hi,
We are using confluence and are pulling data from JIRA.
In Jira we are using the customized field "team"
That is shown as a name in Jira e.g "DT3", but the system treats is as an integer.
This affects the presentation in Confluence, showing team as "1346" instead of "DT3"
Anyway to get a presentation of the Name instead of integer in Confluence?
///Stefan
Use the filter Macro in Confluence which should show the data as is in Jira.
Thanks,
Pramodh
I'm using the macro function that pulls the data from Jira using a filter.
The problem is that for one field - the customized field "Team" , that is used when creating shared teams, this field returns the internal integer.
(c.f. with that a issuetype has an internal number that you can see when hovering over the "issuetypes" in "project settings")
Looking at the rest request (replacing browse with rest/api/2/issue/)
No structure is created for that customfield e.g. value: "Incomplete", id: "14452", disabled: false. Just a single field with integer or null.
I can see that the data is in integer format "3448", but on the web page/issuecard it's shown as "DT3"
Also tried smart values to pull the data, without success.
Any ideas???
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.