-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to extract parent_id field? #217
Comments
Where would you need to use it? In custom functions (here you can use the actual Jira field id) or in the "List issues from filter" via the dialog? I could certainly look into that one, if im able to implement support for that field (wont be able to do so before June 10 - due to vacation) |
I create a table via "List issue from filter". I'd like a column with the parent id link of subtask. |
With the custom function JST_search() it would be possible. With the dialog "list issues from filter" not yet. |
It would be nice to have parent id extracted via "List issue from filter". It would be even better if the order of the rows extracted could be customized to highlight the connection between task (parent) / subtask. For example: |
I researched a little deep. Apparently "Parent Link" is a licensed field from Jira Portfolio. Could you activate the add-ons debugging in the "About" dialog, provide me the "Temp. User Key" and perform following actions while debugging is "On".
This should provide me with enough JSON debug info in my logs to dive depper. |
BTW: The customization and sorting of the resulting list as suggested i wont be able to implement. |
Done. The temporary user key is AANBUuWRvQvd32enqPKLqSQfEQSqDKVJNOj69374OMJ2IQo6s1v1uY+DVjNw4hhd74x2yvH1ZigQ Thanks. |
Hi @sciancio thanks for the info. I had a look at the JSON responses from your JIRA queries. Actual sample response from your query:
Im not familiar with that Jira add-on "Portfolio" but i wonder how you can use it within Jira itself if it isnt apparently activated/available due to licensing? |
Oh, maybe it depends on the issue you query for. ie: |
Done. Same key. |
Sorry to say, but same problem on Jira side:
At this point, im not sure how i would be able to have the google add-on able to retrieve the requested info from "Parent Link". |
Yes this is problem if Jira side. dynamic jsonObj = JsonConvert.DeserializeObject(json); |
Is it possible to extract parent_id field? I view this field ("parent link") disabled among "Configure custom fields".
Thanks.
The text was updated successfully, but these errors were encountered: